Skip to content

Commit

Permalink
io/adios2: adapt to changed adios2 API (no more DebugOn)
Browse files Browse the repository at this point in the history
I guess it would have been nicer for ADIOS2 to not break their API some
time after 2.4, but it's easy enough to deal with.
  • Loading branch information
germasch committed Aug 22, 2024
1 parent 4e3f4ac commit 21149aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/kg/include/kg/io/IOAdios2.inl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ namespace kg
namespace io
{

inline IOAdios2::IOAdios2()
: ad_{"adios2cfg.xml", MPI_COMM_WORLD, adios2::DebugON}
{}
inline IOAdios2::IOAdios2() : ad_{"adios2cfg.xml", MPI_COMM_WORLD} {}

inline File IOAdios2::openFile(const std::string& name, const Mode mode,
MPI_Comm comm, const std::string& io_name)
Expand Down

0 comments on commit 21149aa

Please sign in to comment.