Explorar o código

Use powers of two so that o_direct can work

Samuel Thibault %!s(int64=11) %!d(string=hai) anos
pai
achega
7b2bbc9659
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tests/disk/disk_copy.c

+ 2 - 2
tests/disk/disk_copy.c

@@ -27,9 +27,9 @@
 
 /* size of one vector */
 #if SIZEOF_VOID_P == 4
-#define	NX	(30*1000/sizeof(double))
+#define	NX	(32*1024/sizeof(double))
 #else
-#define	NX	(30*1000000/sizeof(double))
+#define	NX	(32*1048576/sizeof(double))
 #endif
 
 #if !defined(STARPU_HAVE_SETENV)