ILOG CPLEX 10.2 Parameters Reference Manual > > Alphabetic List of Parameters > Global default thread count |
Global default thread count |
INDEX
![]() |
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 |
---|---|
1 |
Minimum; default |
N |
Maximum; determined by license and computer |
CPX_PARAM_BARTHREADS
, BarThreads
, CPX_PARAM_MIPTHREADS
, MIPThreads
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |