mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-14 22:23:26 -06:00
Merge pull request #1557 from akva2/fix_flow_openmp
fixed: need to init ewoms thread manager
This commit is contained in:
commit
15890a2570
@ -255,6 +255,8 @@ namespace Opm
|
||||
mpi_rank_ = 0;
|
||||
mpi_size_ = 1;
|
||||
#endif
|
||||
typedef typename GET_PROP_TYPE(TypeTag, ThreadManager) ThreadManager;
|
||||
ThreadManager::init();
|
||||
}
|
||||
|
||||
// Print startup message if on output rank.
|
||||
|
Loading…
Reference in New Issue
Block a user