Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to disable gui with -neuron option #11

Closed
wvangeit opened this issue Apr 29, 2014 · 4 comments
Closed

Option to disable gui with -neuron option #11

wvangeit opened this issue Apr 29, 2014 · 4 comments

Comments

@wvangeit
Copy link

For batch scripts, could you add an option that disables the GUI in the generated pyneuron scripts (when using the -neuron option of jnml).

@pgleeson
Copy link
Member

Good idea. There could be a number of options for generating with/without GUI and even asking jnml to compile the mod files (correctly depending on the OS) and run the Neuron scripts, e.g.

  • jnml MyLEMS.xml -neuron (just generate hoc & mod which when run have GUI)
  • jnml MyLEMS.xml -neuron-nogui (just generate hoc & mod which when run have no GUI)
  • jnml MyLEMS.xml -neuron-run (generate hoc & mod, compile mods & run with GUI)
  • jnml MyLEMS.xml -neuron-run-nogui (just generated hoc & mod with GUI)

This is related to issue #12.

This won't get done until after OSB2014. @tarelli, this might be useful for you too for generating Neuron code to run for Geppetto.

pgleeson added a commit to NeuroML/org.neuroml.export that referenced this issue Jun 11, 2014
@pgleeson
Copy link
Member

Enabled in latest development version:

jnml MyLEMS.xml -neuron -nogui

pgleeson added a commit to NeuroML/org.neuroml.export that referenced this issue Jun 25, 2014
@pgleeson
Copy link
Member

Implemented in latest development version:

jnml MyLEMS.xml -neuron -nogui -run

as long as env variable NEURON_HOME is set

@pgleeson
Copy link
Member

Implemented in development branch. Will be merged into master for v2beta3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants