Skip to content

Commit 01e303b

Browse files
committed
#2201: addressed PR2203 NS reviww comments
1 parent fa249e6 commit 01e303b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/vt/vrt/collection/balance/temperedlb/tempered_enums.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ enum struct TransferTypeEnum : uint8_t {
9292
/**
9393
* \brief Form object clusters and attempt to perform swaps.
9494
*
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.
9797
* This is especially useful when shared memory constraints are present,
9898
* as breaking shared memory clusters results in higher overall memory
9999
* footprint, in constrast with whole cluster swaps.

src/vt/vrt/collection/balance/temperedlb/temperedlb.cc

+3-2
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,9 @@ Default: AsyncInform
174174
Values: {Original, Recursive, SwapClusters}
175175
Default: Original
176176
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.
179180
When single object transfer is rejected, attempt to recurse in order to
180181
pull more objects into the transfer and hereby minimize work added by
181182
said transfer.

0 commit comments

Comments
 (0)