Unverified Commit af0ac44a authored by pnorbert's avatar pnorbert Committed by GitHub
Browse files

Merge pull request #977 from keichi/fix-reorganize-hang

Fix issue where adios_reorganize hangs with MPMD launch
parents 939bdf78 4a50f30f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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