Skip to content

Commit 24698a8

Browse files
authored
serial_fix (#26)
1 parent 93d4b0e commit 24698a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/osp/bsp/scheduler/Serial.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class Serial : public Scheduler<Graph_t> {
8282

8383
for (v_type_t<Graph_t> type = 0; type < num_node_types; ++type) {
8484
for (const auto &p : chosen_procs) {
85-
if (instance.isCompatibleType(type, p)) {
85+
if (instance.isCompatibleType(type, instance.processorType(p))) {
8686
node_type_compatible_processors[type].push_back(p);
8787
}
8888
}

0 commit comments

Comments
 (0)