Commit 4a50f30f authored by Keichi Takahashi's avatar Keichi Takahashi
Browse files

Fix issue where adios_reorganize hangs with MPMD launch

parent 8333e4b4
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