Skip to content

Commit b89713b

Browse files
committed
Revert "Verbose CI debugging lets goo"
This reverts commit abefc3a.
1 parent 2938698 commit b89713b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test/ParallelIOTest.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,12 +1832,8 @@ void append_mode(
18321832

18331833
TEST_CASE("append_mode", "[serial]")
18341834
{
1835-
int rank;
1836-
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
18371835
for (auto const &t : testedFileExtensions())
18381836
{
1839-
std::cout << "RANK " << rank << " ABOUT TO TEST '" << t << "'"
1840-
<< std::endl;
18411837
std::string jsonConfigOld = R"END(
18421838
{
18431839
"adios2":

0 commit comments

Comments
 (0)