diff --git a/src/vt/vrt/collection/balance/baselb/baselb.h b/src/vt/vrt/collection/balance/baselb/baselb.h index ce0213043a..d02e261eee 100644 --- a/src/vt/vrt/collection/balance/baselb/baselb.h +++ b/src/vt/vrt/collection/balance/baselb/baselb.h @@ -164,16 +164,6 @@ struct BaseLB { bool isCommAware() const { return comm_aware_; } void recvSharedEdges(CommMsg* msg); - /** - * \brief Get the estimated time needed for load balancing - * - * \return the estimated time - */ - double getCollectiveEpochCost() const { - // 100 ns - return 0.0000001; - } - protected: void getArgs(PhaseType phase); @@ -198,6 +188,16 @@ struct BaseLB { std::shared_ptr model ); + /** + * \brief Get the estimated time needed for load balancing + * + * \return the estimated time + */ + double getCollectiveEpochCost() const { + // 100 ns + return 0.0000001; + } + private: TransferVecType transfers_ = {}; TransferType off_node_migrate_ = {};