Skip to content
Commit e3c2ea07 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed bugs in calls to MPI Init/Finalize

- There is an RAII wrapper called ScopedInitializer to handle
  finalization due to C++ exceptions and to avoid calls to Finalize in
  all exit branches.
- Fixed signature of MpiCommunicator::Init to match that of MPI_Init.
parent 63cf6c81
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment