opm-simulators/opm
Markus Blatt ae1f319c10 [bugfix] Honor command line --threads-per-process
While we reported that we used the number of threads that were passed
on the command line, we never really used it for OpenMP but always
sticked to two unless environment variable OMP_NUM_THREADS was set.

Note that because the ThreadManager in opm-models would always use the
command line option and hence the linearizer would use that number of
threads.

Please note that the only use of OpenMP in opm-common (volume
calculation in EclipseGrid) is not effected by this as it happens
before we set the number of OpenMP threads.
2023-06-14 12:02:25 +02:00
..
core/props [cleanup] Fix that phaseUsage might be used uninitialzed in test. 2023-03-10 14:06:46 +01:00
simulators [bugfix] Honor command line --threads-per-process 2023-06-14 12:02:25 +02:00