Skip to content

Commit c28fbb9

Browse files
removed unnecessary reset
1 parent 1d314f6 commit c28fbb9

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

include/osp/bsp/scheduler/GreedySchedulers/GrowLocalAutoCoresParallel.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,6 @@ class GrowLocalAutoCoresParallel : public Scheduler<GraphT> {
363363
}
364364

365365
// undo proc assingments and predec increases in any case
366-
for (unsigned proc = 0; proc < p; ++proc) {
367-
for (const VertexType &node : newAssignments[proc]) {
368-
schedule.SetAssignedProcessor(node, UINT_MAX);
369-
}
370-
}
371-
372366
for (unsigned proc = 0; proc < p; ++proc) {
373367
for (const VertexType &node : newAssignments[proc]) {
374368
for (const VertexType &succ : graph.Children(node)) {

0 commit comments

Comments
 (0)