Procházet zdrojové kódy

fix test for simgrid

Samuel Thibault před 7 roky
rodič
revize
0a19d63d5e
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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