omp_set_nested

Purpose

Enables or disables nested parallelism.

Prototype

void omp_set_nested (int);

Return value

In the current implementation, nested parallel regions are always serialized. As a result, has no effect.