#include "Component/JobServerConfigurator.H"
#include "Component/ModelOptionDef.H"
#include "Util/MainJobServer.H"
#include "Util/SyncJobServer.H"
#include "Util/WorkThreadServer.H"
Go to the source code of this file.
Variables | |
static const ModelOptionDef | OPT_JobServerNumThreads |
Definition in file JobServerConfigurator.C.
const ModelOptionDef OPT_JobServerNumThreads [static] |
{ MODOPT_ARG(uint), "JobServerNumThreads", &MOC_GENERAL, OPTEXP_CORE, "How many worker threads to use for parallel computations; " "specify 0 to indicate that all computations should happen " "synchronously in a single main thread", "num-threads", 'j', "<uint>", "0" }
Definition at line 49 of file JobServerConfigurator.C.