diff --git a/test/ParallelIOTest.cpp b/test/ParallelIOTest.cpp index 58dc0b06a2..f46955bafa 100644 --- a/test/ParallelIOTest.cpp +++ b/test/ParallelIOTest.cpp @@ -1839,8 +1839,12 @@ void append_mode( TEST_CASE("append_mode", "[serial]") { + int rank; + MPI_Comm_rank(MPI_COMM_WORLD, &rank); for (auto const &t : testedFileExtensions()) { + std::cout << "RANK " << rank << " ABOUT TO TEST '" << t << "'" + << std::endl; std::string jsonConfigOld = R"END( { "adios2":