Enables or disables nested parallelism.
void omp_set_nested (int);
In the current implementation, nested parallel regions are always serialized. As a result, has no effect.