Skip to content

Commit 266e811

Browse files
committed
Verbose CI debugging lets goo
1 parent 667d53c commit 266e811

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/ParallelIOTest.cpp

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

18321832
TEST_CASE("append_mode", "[serial]")
18331833
{
1834+
int rank;
1835+
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
18341836
for (auto const &t : testedFileExtensions())
18351837
{
1838+
std::cout << "RANK " << rank << " ABOUT TO TEST '" << t << "'"
1839+
<< std::endl;
18361840
std::string jsonConfigOld = R"END(
18371841
{
18381842
"adios2":

0 commit comments

Comments
 (0)