Explorar o código

Disable fault-tolerance test in Master-Slave mode

Calling starpu_task_ft_failed can't work on the slave
Samuel Thibault %!s(int64=6) %!d(string=hai) anos
pai
achega
38367d5e02
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/fault-tolerance/retry.c

+ 1 - 1
tests/fault-tolerance/retry.c

@@ -47,7 +47,7 @@ void cpu_increment(void *descr[], void *arg)
 static struct starpu_codelet my_codelet =
 {
 	.cpu_funcs = {cpu_increment},
-	.cpu_funcs_name = {"cpu_increment"},
+	//.cpu_funcs_name = {"cpu_increment"},
 	.modes = { STARPU_R, STARPU_W },
 	.nbuffers = 2
 };