Browse Source

Fix cholesky_grain_tag size

Samuel Thibault 10 years ago
parent
commit
b467eee404
1 changed files with 2 additions and 1 deletions
  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;