diff --git a/include/osp/bsp/scheduler/Serial.hpp b/include/osp/bsp/scheduler/Serial.hpp index 556f7adb..4ecf3345 100644 --- a/include/osp/bsp/scheduler/Serial.hpp +++ b/include/osp/bsp/scheduler/Serial.hpp @@ -82,7 +82,7 @@ class Serial : public Scheduler { for (v_type_t type = 0; type < num_node_types; ++type) { for (const auto &p : chosen_procs) { - if (instance.isCompatibleType(type, p)) { + if (instance.isCompatibleType(type, instance.processorType(p))) { node_type_compatible_processors[type].push_back(p); } }