Skip to content

Commit

Permalink
Merge pull request #977 from keichi/fix-reorganize-hang
Browse files Browse the repository at this point in the history
Fix issue where adios_reorganize hangs with MPMD launch
  • Loading branch information
pnorbert committed Nov 1, 2018
2 parents 939bdf7 + 4a50f30 commit af0ac44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utils/adios_reorganize/Reorganize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void Reorganize::Run()
print0("Write method parameters = ", wmethodparams);

#ifdef ADIOS2_HAVE_MPI
core::ADIOS adios(MPI_COMM_WORLD, true, "C++");
core::ADIOS adios(comm, true, "C++");
#else
core::ADIOS adios(true, "C++");
#endif
Expand Down

0 comments on commit af0ac44

Please sign in to comment.