We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d314f6 commit c28fbb9Copy full SHA for c28fbb9
1 file changed
include/osp/bsp/scheduler/GreedySchedulers/GrowLocalAutoCoresParallel.hpp
@@ -363,12 +363,6 @@ class GrowLocalAutoCoresParallel : public Scheduler<GraphT> {
363
}
364
365
// 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
-
372
for (unsigned proc = 0; proc < p; ++proc) {
373
for (const VertexType &node : newAssignments[proc]) {
374
for (const VertexType &succ : graph.Children(node)) {
0 commit comments