ILOG CPLEX 10.2 Parameters Reference Manual > > Alphabetic List of Parameters > Global default thread count

C Name

CPX_PARAM_THREADS

C++ Name

Threads

Java Name

Threads

.NET Name

Threads

InteractiveOptimizer

threads

Identifier

1067

Description

Determines the default number of parallel threads that will be invoked by any CPLEX parallel optimizer. This provides a convenient way to control parallelism with a single parameter setting. The value in place for this parameter can be overridden for any particular CPLEX parallel optimizer by setting the appropriate thread limit (CPX_PARAM_BARTHREADS, BarThreads or CPX_PARAM_MIPTHREADS, MIPThreads).

Values

Value 
Meaning 
Minimum; default 
Maximum; determined by license and computer 

See Also

CPX_PARAM_BARTHREADS, BarThreads, CPX_PARAM_MIPTHREADS, MIPThreads