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