Skip to content

Commit 2938698

Browse files
committed
Verbose CI debugging lets goo
1 parent b040416 commit 2938698

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
@@ -1832,8 +1832,12 @@ void append_mode(
18321832

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

0 commit comments

Comments
 (0)