|
@@ -76,8 +76,8 @@ int main(int argc, char **argv)
|
|
|
#endif
|
|
|
|
|
|
|
|
|
- unsigned sched_ctx1 = starpu_create_sched_ctx("heft", procs1, nprocs1, "ctx1");
|
|
|
- unsigned sched_ctx2 = starpu_create_sched_ctx("heft", procs2, nprocs2, "ctx2");
|
|
|
+ unsigned sched_ctx1 = starpu_create_sched_ctx("dmda", procs1, nprocs1, "ctx1");
|
|
|
+ unsigned sched_ctx2 = starpu_create_sched_ctx("dmda", procs2, nprocs2, "ctx2");
|
|
|
|
|
|
|
|
|
starpu_sched_ctx_set_inheritor(sched_ctx2, sched_ctx1);
|