Skip to content

Commit

Permalink
Added support for streaming read for BP5
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorbert committed Feb 23, 2022
1 parent b62a946 commit 1113a93
Show file tree
Hide file tree
Showing 7 changed files with 384 additions and 110 deletions.
4 changes: 2 additions & 2 deletions source/adios2/engine/bp5/BP5Engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ class BP5Engine
};

#define BP5_FOREACH_PARAMETER_TYPE_4ARGS(MACRO) \
MACRO(OpenTimeoutSecs, Int, int, 3600) \
MACRO(BeginStepPollingFrequencySecs, Int, int, 0) \
MACRO(OpenTimeoutSecs, Float, float, -1.0f) \
MACRO(BeginStepPollingFrequencySecs, Float, float, 1.0f) \
MACRO(StreamReader, Bool, bool, false) \
MACRO(BurstBufferDrain, Bool, bool, true) \
MACRO(BurstBufferPath, String, std::string, (char *)(intptr_t)0) \
Expand Down
Loading

0 comments on commit 1113a93

Please sign in to comment.