浏览代码

Small ex modified for heft

Andra Hugo 14 年之前
父节点
当前提交
cbc665975a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      simple_ex/exemple.c

+ 1 - 1
simple_ex/exemple.c

@@ -68,7 +68,7 @@ int main(int argc, char **argv)
 
   struct starpu_sched_ctx sched_ctx;
   int procs[] = {1, 2, 3};
-  starpu_create_sched_ctx(&sched_ctx, "random", procs, 3);
+  starpu_create_sched_ctx(&sched_ctx, "heft", procs, 3);
 
   unsigned j;
   for(j = 0; j < children; j++){