Commit 01e303b 1 parent fa249e6 commit 01e303b Copy full SHA for 01e303b
File tree 2 files changed +5
-4
lines changed
src/vt/vrt/collection/balance/temperedlb
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ enum struct TransferTypeEnum : uint8_t {
92
92
/* *
93
93
* \brief Form object clusters and attempt to perform swaps.
94
94
*
95
- * Object can be clustered according to arbitrary definition, and swaps
96
- * of entire clusters, according the nullset, between ranks are attempted.
95
+ * Object can be clustered including to arbitrary definition, and swaps
96
+ * of entire clusters, including the nullset, between ranks are attempted.
97
97
* This is especially useful when shared memory constraints are present,
98
98
* as breaking shared memory clusters results in higher overall memory
99
99
* footprint, in constrast with whole cluster swaps.
Original file line number Diff line number Diff line change @@ -174,8 +174,9 @@ Default: AsyncInform
174
174
Values: {Original, Recursive, SwapClusters}
175
175
Default: Original
176
176
Description:
177
- Transfer strategy to be used in transfer stage. Options are:
178
- Original: transfer one object per transfer as in original Grapevine approach. Recursive: original strategy improved by recursion.
177
+ Transfer strategy to be used in transfer stage. Options are:
178
+ Original: transfer one object per transfer as in original Grapevine approach.
179
+ Recursive: original strategy improved by recursion.
179
180
When single object transfer is rejected, attempt to recurse in order to
180
181
pull more objects into the transfer and hereby minimize work added by
181
182
said transfer.
You can’t perform that action at this time.
0 commit comments