Syntax # include <cppad/utility/omp_alloc.hpp> flag = omp_alloc::in_parallel()
Purpose
Some of the omp_alloc
allocation routines have different
specifications for parallel (not sequential) execution mode.
This routine enables you to determine if the current execution mode
is sequential or parallel.
flag
The return value has prototype
bool flag
It is true if the current execution is in parallel mode
(possibly multi-threaded) and false otherwise (sequential mode).
Input File: include/cppad/utility/omp_alloc.hpp