We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9495f2 commit 08bf207Copy full SHA for 08bf207
1 file changed
source/adios2/engine/bp5/BP5Engine.h
@@ -143,13 +143,13 @@ class BP5Engine
143
MACRO(verbose, Int, int, 0) \
144
MACRO(NumAggregators, UInt, unsigned int, 0) \
145
MACRO(AggregatorRatio, UInt, unsigned int, 0) \
146
- MACRO(NumSubFiles, UInt, unsigned int, 0) \
+ MACRO(NumSubFiles, UInt, unsigned int, 2) \
147
MACRO(StripeSize, UInt, unsigned int, 4096) \
148
MACRO(DirectIO, Bool, bool, false) \
149
MACRO(DirectIOAlignOffset, UInt, unsigned int, 512) \
150
MACRO(DirectIOAlignBuffer, UInt, unsigned int, 0) \
151
- MACRO(AggregationType, AggregationType, int, (int)AggregationType::TwoLevelShm) \
152
- MACRO(EnableWriterRerouting, Bool, bool, false) \
+ MACRO(AggregationType, AggregationType, int, (int)AggregationType::DataSizeBased) \
+ MACRO(EnableWriterRerouting, Bool, bool, true) \
153
MACRO(ReroutingThresholdFactor, Float, float, 0.3f) \
154
MACRO(AsyncOpen, Bool, bool, true) \
155
MACRO(AsyncWrite, AsyncWrite, int, (int)AsyncWrite::Sync) \
0 commit comments