wrf.omp_get_nested

wrf.omp_get_nested()

Return the value of the nest-var ICV, which determines if nested parallelism is enabled or disabled

This routine returns 1 if nested parallelism is enabled for the current task; it returns 0, otherwise. If an implementation does not support nested parallelism, this routine always returns 0.

Returns:Returns 1 if nested parallelism is enabled, otherwise 0.
Return type:int