mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Revert fvbaseparameters.hh:ThreadsPerProcess back to 1
remove unconditional multithreading
This commit is contained in:
parent
c3489c5e62
commit
5cff36e986
@ -125,13 +125,7 @@ struct MinTimeStepSize { static constexpr Scalar value = 0.0; };
|
||||
struct OutputDir { static constexpr auto value = ""; };
|
||||
|
||||
//! \brief Number of threads per process.
|
||||
struct ThreadsPerProcess {
|
||||
#if _OPENMP
|
||||
static constexpr int value = 2;
|
||||
#else
|
||||
static constexpr int value = 1;
|
||||
#endif // _OPENMP
|
||||
};
|
||||
struct ThreadsPerProcess { static constexpr int value = 1; };
|
||||
|
||||
} // namespace Opm::Parameters
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user