Merge pull request #1557 from akva2/fix_flow_openmp

fixed: need to init ewoms thread manager
This commit is contained in:
Andreas Lauser 2018-08-24 17:02:03 +02:00 committed by GitHub
commit 15890a2570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.