run_cmpad

View page source

The cmpad Main Program

Syntax

      program arguments

program

program

source

cpp/build/src/run_cmpad

run_cmpad.cpp

python/bin/run_cmpad.py

run_cmpad.py

Arguments

All of the arguments below have a default value that is used when the argument is not present.

short version

long version

default

-a algorithm

--algorithm algorithm

det_by_minor

-f file_name

--file_name file_name

cmpad.csv

-m min_time

--min_time min_time

0.5

-n n_arg

--n_arg n_arg

9

-o n_other

--n_other n_other

0

-p package

--package package

none

-t

--time_setup

false

-v

--version

-h

--help

algorithm

see algorithm .

file_name

is the csv file where the results of this test are placed; see csv_column . If the file does not exist, the file is created and it’s header line is written. The results for this test are placed at the end of the file.

min_time

see min_time .

n_arg

see n_arg .

n_other

see n_other .

package

see package .

time_setup

If this argument is present (is not present) , time_setup is true (is false ).

version

If this argument is present, print the cmpad version number on standard out and then exit program without any further processing.

help

If this argument is present, print the help message on standard out and then exit program without any further processing.

Example

the file xam_main.py is an example and test of both the python and c++ versions of run_cmpad.