CppAD: A C++ Algorithmic Differentiation Package 20110419
#define CPPAD_MAX_NUM_THREADS   1

Specifies the maximum number of OpenMp threads that can be used with CppAD.

If it is not yet defined, it is defined when cppad/local/define.hpp is included. If the preprocessor symbol _OPENMP is not defined, CPPAD_MAX_NUM_THREADS one. Otheriwse it is 32.

Definition at line 97 of file define.hpp.