Skip to content

Commit

Permalink
Merge pull request #3071 from pnorbert/bp5-stream
Browse files Browse the repository at this point in the history
Bp5 stream
  • Loading branch information
pnorbert authored Feb 23, 2022
2 parents 89771df + 1113a93 commit fe5814a
Show file tree
Hide file tree
Showing 8 changed files with 395 additions and 118 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 fe5814a

Please sign in to comment.