Home
last modified time | relevance | path

Searched refs:omp_nthreads (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_openmp.cpp134 int omp_nthreads = omp_get_max_threads(); in TestNumThreads() local
140 …REQUIRE_MESSAGE(tbb_nthreads == omp_nthreads, "Initialization of TBB is possibly affected by OpenM… in TestNumThreads()