Ver código fonte

use smallest value for quick check on 64bit systems too

Samuel Thibault 10 anos atrás
pai
commit
a043e98b5f
1 arquivos alterados com 1 adições e 5 exclusões
  1. 1 5
      tests/disk/disk_copy.c

+ 1 - 5
tests/disk/disk_copy.c

@@ -36,11 +36,7 @@
 
 /* size of one vector */
 #ifdef STARPU_QUICK_CHECK
-#  if SIZEOF_VOID_P == 4
-#    define	NX	(32*128/sizeof(double))
-#  else
-#    define	NX	(32*65536/sizeof(double))
-#  endif
+#  define	NX	(32*128/sizeof(double))
 #else
 #  if SIZEOF_VOID_P == 4
 #    define	NX	(32*1024/sizeof(double))