#include "Demo/DemoOpts.H"
#include "Component/ModelOptionDef.H"
Go to the source code of this file.
Variables | |
const ModelOptionCateg | MOC_DEMO |
Command-line options for SaliencyMT. | |
const ModelOptionDef | OPT_SMTnumThreads |
Options for the demo programs
Definition in file DemoOpts.C.
const ModelOptionCateg MOC_DEMO |
{
MOC_SORTPRI_4, "Demo Related Options" }
Command-line options for SaliencyMT.
Demo Options
Definition at line 41 of file DemoOpts.C.
const ModelOptionDef OPT_SMTnumThreads |
{ MODOPT_ARG(unsigned int), "SMTnumThreads", &MOC_DEMO, OPTEXP_CORE, "Number of worker threads to use. Typically, should be number of CPUs " "minus 1.", "smt-num-threads", '\0', "<uint>", "1" }
Definition at line 65 of file DemoOpts.C.