소스 검색

examples/basic_examples/block.c: let the application fails when computation fails

Nathalie Furmento 14 년 전
부모
커밋
c13d6d3619
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/basic_examples/block.c

+ 1 - 1
examples/basic_examples/block.c

@@ -122,5 +122,5 @@ int main(int argc, char **argv)
 
         starpu_shutdown();
 
-	return 0;
+	return (ret!=1);
 }