Browse Source

fix test for simgrid

Samuel Thibault 7 years ago
parent
commit
0a19d63d5e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      mpi/tests/insert_task_seq.c

+ 2 - 0
mpi/tests/insert_task_seq.c

@@ -37,6 +37,7 @@ struct starpu_codelet mycodelet =
 	.cpu_funcs = {func_cpu},
 	.nbuffers = 2,
 	.modes = {STARPU_RW, STARPU_R},
+	.model = &starpu_nop_perf_model,
 };
 
 struct starpu_codelet mycodelet2 =
@@ -44,6 +45,7 @@ struct starpu_codelet mycodelet2 =
 	.cpu_funcs = {func_cpu},
 	.nbuffers = 1,
 	.modes = {STARPU_RW},
+	.model = &starpu_nop_perf_model,
 };
 
 #define X     4