Skip to content

Commit 1554707

Browse files
committed
Verbose CI debugging lets goo
1 parent 28974fd commit 1554707

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

18401840
TEST_CASE("append_mode", "[serial]")
18411841
{
1842+
int rank;
1843+
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
18421844
for (auto const &t : testedFileExtensions())
18431845
{
1846+
std::cout << "RANK " << rank << " ABOUT TO TEST '" << t << "'"
1847+
<< std::endl;
18441848
std::string jsonConfigOld = R"END(
18451849
{
18461850
"adios2":

0 commit comments

Comments
 (0)