wrf.omp_set_nested

wrf.omp_set_nested(nested)

Enable or disable nested parallelism, by setting the nest-var ICV

For implementations that support nested parallelism, if the argument to omp_set_nested evaluates to True, nested parallelism is enabled for the current task; otherwise, nested parallelism is disabled for the current task. For implementations that do not support nested parallelism, this routine has no effect: the value of nest-var remains False.

Parameters:

dynamic_threads (bool) – Set to True to support nested parallelism, otherwise False.

Returns:

None