Skip to content
Snippets Groups Projects
Commit 973ae43b authored by Andreas Dedner's avatar Andreas Dedner
Browse files

MPIHelper only calls MPI if it was not already called before MPIHelper is

constructed. Finalize is however always caused on destruction leading to
problems with other packages calling init/finalize before/after MPIHelper
is setup. Added a bool storing the information if MPIInit was called by the
MPIHelper so that finalize is only called in that case.
parent d863ce8f
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment