Skip to content

Commit

Permalink
Merge pull request #337 from germasch/pr/update-adios2
Browse files Browse the repository at this point in the history
io/adios2: adapt to changed adios2 API (no more DebugOn)
  • Loading branch information
germasch authored Aug 23, 2024
2 parents 4e3f4ac + 21149aa commit 3c1210c
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 3c1210c

Please sign in to comment.