|
@@ -195,7 +195,7 @@ static void init_device_context(unsigned devid)
|
|
|
snprintf(s, sizeof(s), "*:%u", (unsigned) devid);
|
|
|
/* FIXME: this assumes that the loads are in-order.
|
|
|
* Ideally we'd detect which ones had an explicit load */
|
|
|
- engines[devid] = max_load(load->file, load->engine_id_pattern);
|
|
|
+ engines[devid] = max_load(load->file, s);
|
|
|
STARPU_ASSERT_MSG(engines[devid], "engine %d (part of *) could not be loaded\n", n);
|
|
|
}
|
|
|
else
|