Commit caa45c1 1 parent 4af5e3b commit caa45c1 Copy full SHA for caa45c1
File tree 1 file changed +0
-23
lines changed
src/vt/vrt/collection/balance/greedylb
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -106,29 +106,6 @@ struct GreedyPayload : GreedyLBTypes {
106
106
ObjSampleType sample_;
107
107
};
108
108
109
- struct GreedyCollectMsg : GreedyLBTypes, collective::ReduceTMsg<GreedyPayload> {
110
- using MessageParentType = collective::ReduceTMsg<GreedyPayload>;
111
- vt_msg_serialize_required (); // prev. serialize(1)
112
-
113
- GreedyCollectMsg () = default ;
114
- GreedyCollectMsg (ObjSampleType const & in_load, LoadType const & in_profile)
115
- : collective::ReduceTMsg<GreedyPayload>(GreedyPayload{in_load,in_profile})
116
- { }
117
-
118
- template <typename SerializerT>
119
- void serialize (SerializerT& s) {
120
- MessageParentType::serialize (s);
121
- }
122
-
123
- ObjSampleType const & getModeledLoad () const {
124
- return collective::ReduceTMsg<GreedyPayload>::getConstVal ().getSample ();
125
- }
126
-
127
- ObjSampleType&& getLoadMove() {
128
- return collective::ReduceTMsg<GreedyPayload>::getVal ().getSampleMove ();
129
- }
130
- };
131
-
132
109
struct GreedySendMsg : GreedyLBTypes, vt::Message {
133
110
using MessageParentType = vt::Message;
134
111
vt_msg_serialize_required (); // vector
You can’t perform that action at this time.
0 commit comments