Skip to content

Commit 08bf207

Browse files
WIP: force rerouting whenever possible in CI
1 parent f9495f2 commit 08bf207

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/adios2/engine/bp5/BP5Engine.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ class BP5Engine
143143
MACRO(verbose, Int, int, 0) \
144144
MACRO(NumAggregators, UInt, unsigned int, 0) \
145145
MACRO(AggregatorRatio, UInt, unsigned int, 0) \
146-
MACRO(NumSubFiles, UInt, unsigned int, 0) \
146+
MACRO(NumSubFiles, UInt, unsigned int, 2) \
147147
MACRO(StripeSize, UInt, unsigned int, 4096) \
148148
MACRO(DirectIO, Bool, bool, false) \
149149
MACRO(DirectIOAlignOffset, UInt, unsigned int, 512) \
150150
MACRO(DirectIOAlignBuffer, UInt, unsigned int, 0) \
151-
MACRO(AggregationType, AggregationType, int, (int)AggregationType::TwoLevelShm) \
152-
MACRO(EnableWriterRerouting, Bool, bool, false) \
151+
MACRO(AggregationType, AggregationType, int, (int)AggregationType::DataSizeBased) \
152+
MACRO(EnableWriterRerouting, Bool, bool, true) \
153153
MACRO(ReroutingThresholdFactor, Float, float, 0.3f) \
154154
MACRO(AsyncOpen, Bool, bool, true) \
155155
MACRO(AsyncWrite, AsyncWrite, int, (int)AsyncWrite::Sync) \

0 commit comments

Comments
 (0)