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

Add a command line interface to NESTML. #354

Merged
merged 17 commits into from
May 29, 2017

Conversation

DimitriPlotnikov
Copy link
Contributor

@DimitriPlotnikov DimitriPlotnikov commented May 16, 2017

NESTML has now following options when it is invoked from a terminal.

usage: The NESTML command line tool can be used as 'java -jar nestml.jar
           <options> path_to_models'. Valid options are listed below:
 -d,--dry-run             Use this option to execute the model analysis
                          only.
 -e,--enable_tracing      Enables tracing of templates which were used to
                          generate C++ code. It can be used for debugging
                          purporses.
 -h,--help                Prints this message.
 -j,--json_log <arg>      Defines the name of the file where the model log
                          will be stored in JSON format.
 -m,--module_name <arg>   Defines the name of nest module which is
                          generated with neuron models. Under thisname the
                          module can be installed in SLI/PyNEST.
 -t,--target <arg>        Defines the path where generated artifacts are
                          stored. The only argument determines the folder
                          where the generated code is stored. E.g.
                          --target ~/my_path

@DimitriPlotnikov DimitriPlotnikov merged commit bfbf9e2 into nest:master May 29, 2017
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

Successfully merging this pull request may close these issues.

None yet

1 participant