mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-03 13:00:29 -06:00
Fixed typo
This commit is contained in:
parent
57c95ecf00
commit
40d2262f8e
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user