Skip to content

Commit 41b299f

Browse files
author
Christos Konstantinos Matzoros
committed
GreedyVarianceSspScheduler: adding MaxBspSchedule (staleness=2) support and tests
1 parent 52db805 commit 41b299f

File tree

4 files changed

+307
-140
lines changed

4 files changed

+307
-140
lines changed

include/osp/bsp/model/BspSchedule.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class BspSchedule : public IBspSchedule<Graph_t>, public IBspScheduleEval<Graph_
6565
unsigned number_of_supersteps;
6666

6767
std::vector<unsigned> node_to_processor_assignment;
68-
std::vector<unsigned> node_to_superstep_assignment;
68+
std::vector<unsigned> node_to_superstep_assignment;
6969

7070
template<unsigned staleness>
7171
inline bool satisfies_precedence_constraints_staleness() const {

0 commit comments

Comments
 (0)