Explorar el Código

mpi/tests/user_defined_datatype.c: define more elements

Nathalie Furmento hace 12 años
padre
commit
70f5676bf3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mpi/tests/user_defined_datatype.c

+ 1 - 1
mpi/tests/user_defined_datatype.c

@@ -20,7 +20,7 @@
 #include <user_defined_datatype_value.h>
 
 #ifdef STARPU_QUICK_CHECK
-#  define ELEMENTS 1
+#  define ELEMENTS 10
 #else
 #  define ELEMENTS 1000
 #endif