Browse Source

fix test on simgrid

Samuel Thibault 7 years ago
parent
commit
8166f07fe1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      mpi/tests/temporary.c

+ 2 - 1
mpi/tests/temporary.c

@@ -45,7 +45,8 @@ static struct starpu_codelet codelet_add =
 	.cpu_funcs = {func_add},
 	.nbuffers = 3,
 	.modes = {STARPU_W, STARPU_R, STARPU_R},
-	.model = &dumb_model
+	.model = &dumb_model,
+	.flags = STARPU_CODELET_SIMGRID_EXECUTE,
 };
 
 int main(int argc, char **argv)