瀏覽代碼

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;