-
Notifications
You must be signed in to change notification settings - Fork 1
Parasim CLI
To launch parasim CLI, download the latest release from the home page and launch it in java. Parasim needs GNU Octave to run analysis.
-
-v
,--version
Print parasim version and exits. -
-h
,--help
Print command line (condensed) options and exits. -
-c <file>
,--confing <file>
Specify parasim configuration file (other than default). -
-e <file>
,--experiment <file>
(mandatory) Specify file containing experiment specification (see experiment file format). -
-r
,--result
Do not execute experiment, only print result contained in file specified by experiment file (see above). Note: This will result in error when the result file is not present. -
-csv <file>
,--csv <file>
Specify destination file for CSV export. -
-b
,--batch
Disable result plotting.
parasim.sh -e experiment.properties
Execute experiment described in experiment.properties
(see experiment file format) and plot result.
parasim.sh -e experiment.properties -r
Load result from file referenced in experiment.properties
and plot it. Do not execute the experiment.
Note: The result file must exist, i.e. the experiment has already had to be executed.