소스 검색

fix build

Samuel Thibault 13 년 전
부모
커밋
56a30743fc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tests/datawizard/unpartition.c

+ 2 - 2
tests/datawizard/unpartition.c

@@ -24,9 +24,9 @@
 #include "../helper.h"
 
 #ifdef STARPU_SLOW_MACHINE
-#define NLOOPS		100
+#define NITER		100
 #else
-#define NLOOPS		1000
+#define NITER		1000
 #endif
 #define VECTORSIZE	1024