omp_get_nested
返回一个值嵌套并行是否启用。
int omp_get_nested( );
返回值
非零,则嵌套并行有效。
备注
嵌套并行指定与 omp_set_nested 和 OMP_NESTED。
有关更多信息,请参见 3.1.10 omp_get_nested功能。
示例
有关使用示例 omp_get_nested参见 omp_set_nested 。
返回一个值嵌套并行是否启用。
int omp_get_nested( );
非零,则嵌套并行有效。
嵌套并行指定与 omp_set_nested 和 OMP_NESTED。
有关更多信息,请参见 3.1.10 omp_get_nested功能。
有关使用示例 omp_get_nested参见 omp_set_nested 。