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