Skip to content

Commit

Permalink
Add missing openPMD_HAVE_MPI guard (#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Jul 16, 2024
1 parent 5a24100 commit 1e3240b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ParallelIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ TEST_CASE("hipace_like_write", "[parallel]")
}
#endif

#if openPMD_HAVE_ADIOS2 && openPMD_HAS_ADIOS_2_9
#if openPMD_HAVE_ADIOS2 && openPMD_HAS_ADIOS_2_9 && openPMD_HAVE_MPI
TEST_CASE("independent_write_with_collective_flush", "[parallel]")
{
Series write(
Expand Down

0 comments on commit 1e3240b

Please sign in to comment.