CppAD: A C++ Algorithmic Differentiation Package
20130918
|
#define CPPAD_MAX_NUM_THREADS 48 |
Specifies the maximum number of threads that CppAD can support (must be greater than or equal four).
The user may define CPPAD_MAX_NUM_THREADS before including any of the CppAD header files. If it is not yet defined,
Definition at line 169 of file configure.hpp.
Referenced by CppAD::thread_alloc::available(), CppAD::CheckNumericType(), CppAD::atomic_base< Base >::clear(), CppAD::thread_alloc::dec_available(), CppAD::thread_alloc::free_all(), CppAD::thread_alloc::free_available(), CppAD::thread_alloc::inc_available(), CppAD::thread_alloc::inuse(), CppAD::memory_leak(), CppAD::thread_alloc::parallel_setup(), CppAD::Parameter(), CppAD::recorder< Base >::PutPar(), CppAD::thread_alloc::return_memory(), CppAD::thread_alloc::set_get_num_threads(), CppAD::AD< Base >::tape_handle(), CppAD::AD< Base >::tape_id_handle(), CppAD::AD< Base >::tape_manage(), CppAD::AD< Base >::tape_ptr(), CppAD::AD< Base >::tape_this(), CppAD::thread_alloc::thread_info(), and CppAD::Variable().