Skip to content

Commit

Permalink
Merge pull request #1557 from akva2/fix_flow_openmp
Browse files Browse the repository at this point in the history
fixed: need to init ewoms thread manager
  • Loading branch information
andlaus authored Aug 24, 2018
2 parents 61b4b34 + 518634f commit 15890a2
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 15890a2

Please sign in to comment.