
Definition in file DemoOpts.C.
#include "Demo/DemoOpts.H"
#include "Component/ModelOptionDef.H"
Include dependency graph for DemoOpts.C:

Go to the source code of this file.
Variables | |
| const ModelOptionCateg | MOC_DEMO |
| Demo Options. | |
| const ModelOptionDef | OPT_SMTnumThreads |
|
|
Initial value: {
MOC_SORTPRI_4, "Demo Related Options" }
Definition at line 41 of file DemoOpts.C. |
|
|
Initial value:
{ 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. |
1.4.4