Skip to content

Commit 7fd447a

Browse files
committed
#2201: provide basic implementation for getComm
1 parent ca9d038 commit 7fd447a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/vt/vrt/collection/balance/model/load_model.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ struct LoadModel
222222
*
223223
* \return the comm info
224224
*/
225-
virtual CommMapType getComm(PhaseOffset when) const = 0;
225+
virtual CommMapType getComm([[maybe_unused]] PhaseOffset when) const {
226+
return CommMapType{};
227+
}
226228

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

0 commit comments

Comments
 (0)