Parcourir la source

Fix cholesky_grain_tag size

Samuel Thibault il y a 11 ans
Parent
commit
b467eee404
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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;