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 93d4b0e commit 24698a8Copy full SHA for 24698a8
include/osp/bsp/scheduler/Serial.hpp
@@ -82,7 +82,7 @@ class Serial : public Scheduler<Graph_t> {
82
83
for (v_type_t<Graph_t> type = 0; type < num_node_types; ++type) {
84
for (const auto &p : chosen_procs) {
85
- if (instance.isCompatibleType(type, p)) {
+ if (instance.isCompatibleType(type, instance.processorType(p))) {
86
node_type_compatible_processors[type].push_back(p);
87
}
88
0 commit comments