fixed: need to init ewoms thread manager

This commit is contained in:
Arne Morten Kvarving
2018-08-24 15:44:09 +02:00
parent 61b4b34ad6
commit 518634f994

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.