We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getComm
1 parent ca9d038 commit 7fd447aCopy full SHA for 7fd447a
src/vt/vrt/collection/balance/model/load_model.h
@@ -222,7 +222,9 @@ struct LoadModel
222
*
223
* \return the comm info
224
*/
225
- virtual CommMapType getComm(PhaseOffset when) const = 0;
+ virtual CommMapType getComm([[maybe_unused]] PhaseOffset when) const {
226
+ return CommMapType{};
227
+ }
228
229
/**
230
* \brief Provide an estimate of the given object's load during a specified interval
0 commit comments