void omp_set_num_threads(int num_threads); 参数num_threads 的值必须是正整数。 其效果取决于线程数动态调整是否启用。 有关全面设置有关交互的规则线程的omp_set_num_threads功能和动态调整之间,请参见有关第 8. 页的第 2.3 节。 该函数具有中描述的效果顶部,在调用从omp_in_parallel函数返回零程序的一...
{//++iteration;//std::cout << "iteration: " << iteration << " thread:" << omp_get_thread_num() << std::endl;//printf("Hello from thread %d, nthreads %d\n", omp_get_thread_num(), omp_get_num_threads());scenePoint=cloudWithNormalsDownSampled->points[referencePointsIndices->indi...