Difference between revisions of "Ants running manual"
(Created page with "Ants is run using the command line. The basic syntax is <code>ants [OPTION] INPUT-FILE</code>. Additional parameters may be given as <pre> -h --help print this help...") |
(Add categories) |
||
Line 6: | Line 6: | ||
-v --version print version information and exit | -v --version print version information and exit | ||
</pre> | </pre> | ||
+ | |||
+ | [[Category:Ants]] | ||
+ | [[Category:Running manuals]] |
Revision as of 13:53, 12 February 2019
Ants is run using the command line. The basic syntax is ants [OPTION] INPUT-FILE
. Additional parameters may be given as
-h --help print this help and exit -l --list-input switch on printing of parsed input cards --omp NUM set number of OpenMP threads -v --version print version information and exit