Skip to content

Commit f730111

Browse files
committed
Verbose CI debugging lets goo
1 parent c996548 commit f730111

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/ParallelIOTest.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -1834,8 +1834,12 @@ void append_mode(
18341834

18351835
TEST_CASE("append_mode", "[serial]")
18361836
{
1837+
int rank;
1838+
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
18371839
for (auto const &t : testedFileExtensions())
18381840
{
1841+
std::cout << "RANK " << rank << " ABOUT TO TEST '" << t << "'"
1842+
<< std::endl;
18391843
std::string jsonConfigOld = R"END(
18401844
{
18411845
"adios2":

0 commit comments

Comments
 (0)