Skip to content

Commit

Permalink
fixed: need to init ewoms thread manager
Browse files Browse the repository at this point in the history
  • Loading branch information
akva2 committed Aug 24, 2018
1 parent 61b4b34 commit 518634f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opm/autodiff/FlowMainEbos.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 518634f

Please sign in to comment.