We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5751802 commit abefc3aCopy full SHA for abefc3a
test/ParallelIOTest.cpp
@@ -1839,8 +1839,12 @@ void append_mode(
1839
1840
TEST_CASE("append_mode", "[serial]")
1841
{
1842
+ int rank;
1843
+ MPI_Comm_rank(MPI_COMM_WORLD, &rank);
1844
for (auto const &t : testedFileExtensions())
1845
1846
+ std::cout << "RANK " << rank << " ABOUT TO TEST '" << t << "'"
1847
+ << std::endl;
1848
std::string jsonConfigOld = R"END(
1849
1850
"adios2":
0 commit comments