瀏覽代碼

Disable fault-tolerance test in Master-Slave mode

Calling starpu_task_ft_failed can't work on the slave
Samuel Thibault 5 年之前
父節點
當前提交
38367d5e02
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 };