OMP_SET_DYNAMIC

Purpose:

Enables or disables dynamic adjustment (by the run time system) of the number of threads available for execution of parallel regions.

Format:

Fortran

SUBROUTINE OMP_SET_DYNAMIC(scalar_logical_expression)

C/C++

#include <omp.h>
void omp_set_dynamic(int dynamic_threads)

Notes & Restrictions: