Skip to content

Commit

Permalink
#2201: Update src/vt/vrt/collection/balance/temperedlb/temperedlb.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Lifflander <[email protected]>
  • Loading branch information
ppebay and lifflander authored Nov 22, 2023
1 parent 01e303b commit d7ef89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/temperedlb/temperedlb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ void TemperedLB::inputParams(balance::ConfigEntry* config) {
inform_type_ = inform_type_converter_.getFromConfig(config, inform_type_);

balance::LBArgsEnumConverter<TransferTypeEnum> transfer_type_converter_(
"cmf", "TransferTypeEnum", {
"transfer", "TransferTypeEnum", {
{TransferTypeEnum::Original, "Original"},
{TransferTypeEnum::Recursive, "Recursive"},
{TransferTypeEnum::SwapClusters, "SwapClusters"}
Expand Down

0 comments on commit d7ef89a

Please sign in to comment.