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 2d3eb1f commit 696de13Copy full SHA for 696de13
include/osp/bsp/model/BspScheduleCS.hpp
@@ -359,7 +359,7 @@ class BspScheduleCS : public BspSchedule<Graph_t> {
359
for (const auto &source : BspSchedule<Graph_t>::instance->getComputationalDag().parents(node)) {
360
361
if (!node_to_proc_been_sent[source][proc]) {
362
- assert(BspSchedule<Graph_t>::node_to_superstep_assignment[source] < step + 1 - getStaleness());
+ assert(BspSchedule<Graph_t>::node_to_superstep_assignment[source] < step + 1 - this->getStaleness());
363
commSchedule.emplace(
364
std::make_tuple(source, BspSchedule<Graph_t>::node_to_processor_assignment[source],
365
proc),
0 commit comments