Skip to content

Commit

Permalink
#1835: use more sensible weight values
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jun 6, 2022
1 parent a3a85e3 commit 44e8c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vt/vrt/collection/balance/model/comm_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ struct CommModel : public ComposedModel {
// observer pointer to the underlying comm data
std::unordered_map<PhaseType, CommMapType> const* proc_comm_;

TimeType per_msg_weight_ = 1.0; /**< Cost per message */
TimeType per_byte_weight_ = 1.0; /**< Cost per bytes */
TimeType per_msg_weight_ = 0.001;
TimeType per_byte_weight_ = 0.000001;
};

}}}} // namespace vt::vrt::collection::balance
Expand Down

0 comments on commit 44e8c79

Please sign in to comment.