omp_in_parallel

View page source

Is The Current Execution in OpenMP Parallel Mode

Deprecated 2011-08-31

Use the function thread_alloc::in_parallel instead.

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).