Fixed typo

This commit is contained in:
André R. Brodtkorb 2015-10-19 14:25:45 +02:00
parent 57c95ecf00
commit 40d2262f8e

View File

@ -155,7 +155,7 @@ try
}
#ifdef _OPENMP
if (!getenv("OPM_NUM_THREADS")) {
if (!getenv("OMP_NUM_THREADS")) {
//Default to max(4,#cores) threads,
//not number of cores (unless ENV(OMP_NUM_THREADS) is defined)
int num_cores = omp_get_num_procs();