Skip to content

Commit c82c69c

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/ParallelIOTest.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -1831,12 +1831,8 @@ void append_mode(
18311831

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

0 commit comments

Comments
 (0)