Skip to content

Commit 79c9615

Browse files
committed
Verbose CI debugging lets goo
1 parent 830da34 commit 79c9615

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/ParallelIOTest.cpp

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

18111811
TEST_CASE("append_mode", "[serial]")
18121812
{
1813+
int rank;
1814+
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
18131815
for (auto const &t : testedFileExtensions())
18141816
{
1817+
std::cout << "RANK " << rank << " ABOUT TO TEST '" << t << "'"
1818+
<< std::endl;
18151819
std::string jsonConfigOld = R"END(
18161820
{
18171821
"adios2":

0 commit comments

Comments
 (0)