Explorar el Código

port r18174 from 1.2: fix default parameter for mpi cholesky, so it works with simgrid

Samuel Thibault hace 9 años
padre
commit
f1f59cd54a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mpi/examples/matrix_decomposition/mpi_decomposition_params.c

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

@@ -26,7 +26,7 @@ unsigned size = 4*64;
 unsigned nblocks = 2;
 unsigned nbigblocks = 2;
 #else
-unsigned size = 4*960;
+unsigned size = 16*320;
 unsigned nblocks = 16;
 unsigned nbigblocks = 2;
 #endif