Skip to content

Commit

Permalink
#941: Removed subphase argument from getComm caller
Browse files Browse the repository at this point in the history
  • Loading branch information
Braden Mailloux committed Oct 15, 2020
1 parent d813bd5 commit df8a210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/elm_stats.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ template <typename ColT>
auto const& untyped_proxy = col->getProxy();
auto const& total_load = stats.getLoad(cur_phase, getFocusedSubPhase(untyped_proxy));
auto const& subphase_loads = stats.subphase_timings_.at(cur_phase);
auto const& comm = stats.getComm(cur_phase, getFocusedSubPhase(untyped_proxy));
auto const& comm = stats.getComm(cur_phase);
auto const& subphase_comm = stats.getSubphaseComm(cur_phase);
auto const& idx = col->getIndex();
auto const& elm_proxy = proxy[idx];
Expand Down

0 comments on commit df8a210

Please sign in to comment.