From a00573eeef1ad60d929e891ecbb5275b81cc0c54 Mon Sep 17 00:00:00 2001 From: Nicole Lemaster Slattengren Date: Mon, 3 May 2021 12:06:47 -0700 Subject: [PATCH] #1376: gossiplb: default to async informs --- src/vt/vrt/collection/balance/gossiplb/gossiplb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vt/vrt/collection/balance/gossiplb/gossiplb.h b/src/vt/vrt/collection/balance/gossiplb/gossiplb.h index c29f08f3df..cdf94d94b0 100644 --- a/src/vt/vrt/collection/balance/gossiplb/gossiplb.h +++ b/src/vt/vrt/collection/balance/gossiplb/gossiplb.h @@ -166,7 +166,7 @@ struct GossipLB : BaseLB { TimeType new_imbalance_ = 0.0; TimeType target_max_load_ = 0.0; CriterionEnum criterion_ = CriterionEnum::ModifiedGrapevine; - InformTypeEnum inform_type_ = InformTypeEnum::SyncInform; + InformTypeEnum inform_type_ = InformTypeEnum::AsyncInform; ObjectOrderEnum obj_ordering_ = ObjectOrderEnum::FewestMigrations; CMFTypeEnum cmf_type_ = CMFTypeEnum::NormByMax; KnowledgeEnum knowledge_ = KnowledgeEnum::Log;