Skip to content

Commit

Permalink
#1122: collection: remove deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
nlslatt committed Nov 18, 2020
1 parent f40aec0 commit 41e8506
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions src/vt/vrt/collection/balance/elm_stats.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,6 @@ void ElementStats::recvToNode(
recvComm(key, bytes);
}

void ElementStats::setModelWeight(TimeType const& time) {
cur_time_started_ = false;
addTime(time);

vt_debug_print(
lb, node,
"ElementStats: setModelWeight: time={}, cur_load={}\n",
time, phase_timings_.at(cur_phase_)
);
}

void ElementStats::addTime(TimeType const& time) {
phase_timings_.resize(cur_phase_ + 1);
phase_timings_.at(cur_phase_) += time;
Expand Down
1 change: 0 additions & 1 deletion src/vt/vrt/collection/balance/elm_stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ struct ElementStats {
NodeType to, ElementIDType from_perm, ElementIDType from_temp,
double bytes, bool bcast
);
void setModelWeight(TimeType const& time);
void updatePhase(PhaseType const& inc = 1);
PhaseType getPhase() const;
TimeType getLoad(PhaseType const& phase) const;
Expand Down

0 comments on commit 41e8506

Please sign in to comment.