We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6734f commit 3c8faebCopy full SHA for 3c8faeb
1 file changed
src/vt/vrt/collection/balance/zoltanlb/zoltanlb.h
@@ -102,24 +102,6 @@ struct ZoltanLB : BaseLB {
102
void reduceCount(ReduceMsg* msg);
103
void allocateShareEdgeGIDs();
104
105
- struct CommMsg : vt::Message {
106
- using MessageParentType = vt::Message;
107
- vt_msg_serialize_required(); // comm_
108
-
109
- CommMsg() = default;
110
- explicit CommMsg(ElementCommType in_comm)
111
- : comm_(in_comm)
112
- { }
113
114
- ElementCommType comm_;
115
116
- template <typename SerializerT>
117
- void serialize(SerializerT& s) {
118
- MessageParentType::serialize(s);
119
- s | comm_;
120
- }
121
- };
122
123
void recvSharedEdges(CommMsg* msg);
124
125
private:
0 commit comments