Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Dec 19, 2024
1 parent 91378e8 commit 4f7284b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/IO/ADIOS/ADIOS2IOHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
#include <iostream>
#include <iterator>
#include <memory>
#include <mpi.h>
#include <numeric>
#include <set>
#include <sstream>
Expand Down
2 changes: 1 addition & 1 deletion test/Files_ParallelIO/read_variablebased_randomaccess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <catch2/catch.hpp>

#if openPMD_HAVE_ADIOS2 && openPMD_HAVE_MPI
#if openPMD_HAVE_ADIOS2 && openPMD_HAVE_MPI && openPMD_HAS_ADIOS_2_9
#include <adios2.h>
#include <mpi.h>

Expand Down

0 comments on commit 4f7284b

Please sign in to comment.