소스 검색

examples/sched_ctx/gpu_partition.c: temporary fix: skip test as cuda computation fails

Nathalie Furmento 9 년 전
부모
커밋
a1f9243dd5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      examples/sched_ctx/gpu_partition.c

+ 2 - 2
examples/sched_ctx/gpu_partition.c

@@ -109,8 +109,8 @@ int main(int argc, char **argv)
 	int ncuda = 0;
 	int gpu_devid = -1;
 
-/* #warning temporary fix: skip test as cuda computation fails */
-/* 	return 77; */
+#warning temporary fix: skip test as cuda computation fails
+ 	return 77;
 
 #ifndef STARPU_HAVE_SETENV
 	return 77;