소스 검색

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
 };