Browse Source

Small ex modified for heft

Andra Hugo 14 years ago
parent
commit
cbc665975a
1 changed files with 1 additions and 1 deletions
  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;
   struct starpu_sched_ctx sched_ctx;
   int procs[] = {1, 2, 3};
   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;
   unsigned j;
   for(j = 0; j < children; j++){
   for(j = 0; j < children; j++){