Skip to content

Commit 696de13

Browse files
merge fix
1 parent 2d3eb1f commit 696de13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/osp/bsp/model/BspScheduleCS.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ class BspScheduleCS : public BspSchedule<Graph_t> {
359359
for (const auto &source : BspSchedule<Graph_t>::instance->getComputationalDag().parents(node)) {
360360

361361
if (!node_to_proc_been_sent[source][proc]) {
362-
assert(BspSchedule<Graph_t>::node_to_superstep_assignment[source] < step + 1 - getStaleness());
362+
assert(BspSchedule<Graph_t>::node_to_superstep_assignment[source] < step + 1 - this->getStaleness());
363363
commSchedule.emplace(
364364
std::make_tuple(source, BspSchedule<Graph_t>::node_to_processor_assignment[source],
365365
proc),

0 commit comments

Comments
 (0)