Skip to content

Commit

Permalink
#2201: provide basic implementation for getComm
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Sep 20, 2024
1 parent ca9d038 commit 7fd447a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/vt/vrt/collection/balance/model/load_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ struct LoadModel
*
* \return the comm info
*/
virtual CommMapType getComm(PhaseOffset when) const = 0;
virtual CommMapType getComm([[maybe_unused]] PhaseOffset when) const {
return CommMapType{};
}

/**
* \brief Provide an estimate of the given object's load during a specified interval
Expand Down

0 comments on commit 7fd447a

Please sign in to comment.