Command Line Interface
- nimbus_splash.cli.read_args(arg_list=None)
Reader for command line arguments. Uses subReaders for individual programs
- Parameters:
args (argparser object) – command line arguments
- Return type:
None
- nimbus_splash.cli.rst_opt_func(uargs, job_args)
Wrapper for command line call to rst_opt Restarts optimisation calculation when only the output file is available
- nimbus_splash.cli.submit_func(uargs)
Wrapper for CLI submit call
- Parameters:
uargs (argparser object) – User arguments
- Return type:
None