-
Notifications
You must be signed in to change notification settings - Fork 1
Parasim CLI
tomvej edited this page Jul 20, 2012
·
8 revisions
On unix-like operation systes parasim may be executed from command line using the parasim-cli.sh
script after building it.
-
-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.