Skip to content

Commit

Permalink
Move BufferedActions struct to own file ADIOS2File.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Nov 20, 2023
1 parent 6e68d77 commit 16c7e5c
Show file tree
Hide file tree
Showing 4 changed files with 476 additions and 423 deletions.
17 changes: 17 additions & 0 deletions include/openPMD/IO/ADIOS/ADIOS2Auxiliary.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,23 @@ enum class GroupOrDataset
DATASET
};

namespace adios_defs
{
enum class FlushTarget : unsigned char
{
Buffer,
Buffer_Override,
Disk,
Disk_Override
};

enum class UseGroupTable
{
Yes,
No
};
} // namespace adios_defs

#if openPMD_HAVE_ADIOS2
namespace detail
{
Expand Down
Loading

0 comments on commit 16c7e5c

Please sign in to comment.