Searched full:omp_num_threads (Results 1 – 11 of 11) sorted by relevance
31 unsetenv("OMP_NUM_THREADS"); in TEST()42 setenv("OMP_NUM_THREADS", "314", 1); in TEST()
56 const char* user_omp_threads = getenv("OMP_NUM_THREADS"); in ThreadPoolDevice()58 // OMP_NUM_THREADS controls MKL's intra-op parallelization in ThreadPoolDevice()
13 OMP_NUM_THREADS=n ./my_program
21 export OMP_NUM_THREADS=1
106 itest_single_cmd = ''.join(['OMP_NUM_THREADS=1 ', itest_cmd])
2 // g++-4.4 bench_gemm.cpp -I .. -O2 -DNDEBUG -lrt -fopenmp && OMP_NUM_THREADS=2 ./a.out3 // icpc bench_gemm.cpp -I .. -O3 -DNDEBUG -lrt -openmp && OMP_NUM_THREADS=2 ./a.out
47 // export OMP_NUM_THREADS=${num_threads}
198 … m_iparm[2] = 0; // Reserved. Set to zero. (??Numbers of processors, value of OMP_NUM_THREADS??)
1650 # issues that lead to incorrect answers. Set OMP_NUM_THREADS=1 at1654 write_action_env_to_bazelrc('OMP_NUM_THREADS', 1)
512 if not os.environ.get('OMP_NUM_THREADS'):515 num_thread = int(os.environ.get('OMP_NUM_THREADS'))
1197 // potential race condition by setting the omp_num_threads. in HandleConvolution()