Explorar o código

fix test on simgrid

Samuel Thibault %!s(int64=7) %!d(string=hai) anos
pai
achega
8166f07fe1
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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)