get_max_num_threads
Returns the valued used in the previous call to set_max_num_threads.
If there was no such previous call, the value one is returned
(and only thread number zero can use omp_alloc
).
Restrictions
The function set_max_num_threads must be called before
the program enters parallel
execution mode.
In addition, this function cannot be called while in parallel mode.
Input File: include/cppad/utility/omp_alloc.hpp