Prev Next ta_in_parallel

@(@\newcommand{\W}[1]{ \; #1 \; } \newcommand{\R}[1]{ {\rm #1} } \newcommand{\B}[1]{ {\bf #1} } \newcommand{\D}[2]{ \frac{\partial #1}{\partial #2} } \newcommand{\DD}[3]{ \frac{\partial^2 #1}{\partial #2 \partial #3} } \newcommand{\Dpow}[2]{ \frac{\partial^{#1}}{\partial {#2}^{#1}} } \newcommand{\dpow}[2]{ \frac{ {\rm d}^{#1}}{{\rm d}\, {#2}^{#1}} }@)@
Is The Current Execution in Parallel Mode

Syntax
flag = thread_alloc::in_parallel()

Purpose
Some of the thread_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).

Example
thread_alloc.cpp
Input File: cppad/utility/thread_alloc.hpp