We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c996548 commit f730111Copy full SHA for f730111
test/ParallelIOTest.cpp
@@ -1834,8 +1834,12 @@ void append_mode(
1834
1835
TEST_CASE("append_mode", "[serial]")
1836
{
1837
+ int rank;
1838
+ MPI_Comm_rank(MPI_COMM_WORLD, &rank);
1839
for (auto const &t : testedFileExtensions())
1840
1841
+ std::cout << "RANK " << rank << " ABOUT TO TEST '" << t << "'"
1842
+ << std::endl;
1843
std::string jsonConfigOld = R"END(
1844
1845
"adios2":
0 commit comments