Difference between revisions of "Ants running manual"

From Kraken Wiki
Jump to: navigation, search
Line 5: Line 5:
 
     --omp NUM    set number of OpenMP threads
 
     --omp NUM    set number of OpenMP threads
 
   -p --port      port number to be used with coupled calculation mode with Cerberus
 
   -p --port      port number to be used with coupled calculation mode with Cerberus
 +
    --test-only  run only numerics tests
 
   -v --version    print version information and exit
 
   -v --version    print version information and exit
  

Revision as of 09:26, 28 April 2022

Ants is run using the command line. The basic syntax is ants [OPTIONS] INPUT-FILE (Linux) or ants.exe [OPTIONS] INPUT-FILE (Windows). Additional parameters for OPTIONS may be given as

 -c --cerberus   use coupled calculation mode with Cerberus
 -h --help       print this help and exit
 -l --list-input switch on printing of parsed input cards
    --omp NUM    set number of OpenMP threads
 -p --port       port number to be used with coupled calculation mode with Cerberus
    --test-only  run only numerics tests
 -v --version    print version information and exit

If --omp is omitted, default number of OpenMP threads is used. Therefore, single thread execution is obtained with --omp 1 option.