소스 검색

Fix cholesky_grain_tag size

Samuel Thibault 10 년 전
부모
커밋
b467eee404
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      examples/cholesky/cholesky.h

+ 2 - 1
examples/cholesky/cholesky.h

@@ -116,11 +116,12 @@
 #ifdef STARPU_QUICK_CHECK
 static unsigned size = 960*4;
 static unsigned nblocks = 4;
+static unsigned nbigblocks = 2;
 #else
 static unsigned size = 960*16;
 static unsigned nblocks = 16;
-#endif
 static unsigned nbigblocks = 8;
+#endif
 static unsigned pinned = 1;
 static unsigned noprio = 0;
 static unsigned check = 0;