Explorar o código

Fix simgrid execution with quickcheck

Samuel Thibault %!s(int64=5) %!d(string=hai) anos
pai
achega
26f1c06e48

+ 1 - 1
mpi/examples/matrix_decomposition/mpi_decomposition_params.c

@@ -22,7 +22,7 @@
 #include <math.h>
 
 #ifdef STARPU_QUICK_CHECK
-unsigned size = 4*64;
+unsigned size = 2*320;
 unsigned nblocks = 2;
 unsigned nbigblocks = 2;
 #elif !defined(STARPU_LONG_CHECK)