opm-simulators/opm/models
Markus Blatt 55fdc62ea7 ThreadManager: Allow querying number of threads from OpenMP in init.
We actually do set the number of OpenMP threads based on
OMP_NUM_THREADS or command line option ThreadsPerProcess for OpenMP already
in opm-simulators and these settings should just be used here, too. Hence
the new flag for skipping the command line parameter and use the
number of threads that OpenMP has available.

Querying it here results in different behavior as for FlowMainEbos.hpp:
In opm-simulators variable OMP_NUM_THREADS takes precedence over the
command line parameter, but here it would only be used if the command
line option was not used at all.
2023-06-14 11:24:19 +02:00
..
blackoil Add linearization support for local solves. 2023-06-08 09:24:01 +02:00
common use exception classes from opm-common 2022-12-13 12:55:20 +01:00
discretefracture use exception classes from opm-common 2022-12-13 12:55:20 +01:00
discretization Add linearization support for local solves. 2023-06-08 09:24:01 +02:00
flash changed: consistently use std::array 2022-08-26 08:27:40 +02:00
immiscible fixed: do not assert conditions guaranteed by unsigned 2021-06-18 13:26:57 +02:00
io use exception classes from opm-common 2022-12-13 12:55:20 +01:00
ncp Merge pull request #766 from akva2/janitoring 2022-12-19 12:04:01 +01:00
nonlinear minimum dune version required is now 2.7 2023-02-27 09:47:39 +01:00
parallel ThreadManager: Allow querying number of threads from OpenMP in init. 2023-06-14 11:24:19 +02:00
pvs Merge pull request #766 from akva2/janitoring 2022-12-19 12:04:01 +01:00
richards changed: consistently use std::array 2022-08-26 08:27:40 +02:00
utils minimum dune version required is now 2.7 2023-02-27 09:47:39 +01:00