Explorar el Código

Fix variable_size in 32bit builds

Samuel Thibault hace 8 años
padre
commit
ca8e5f1e4c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/datawizard/variable_size.c

+ 1 - 1
tests/datawizard/variable_size.c

@@ -23,7 +23,7 @@
  * We defined a dumb interface for data whose size increase over kernel execution
  */
 
-#define FULLSIZE (5*1024*1024)
+#define FULLSIZE (5*1024*1024ULL)
 #define INCREASE 0.80
 #ifdef STARPU_QUICK_CHECK
 #define N 5