Skip to content

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.

Command Line Options

  • -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.