Przeglądaj źródła

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

Samuel Thibault 8 lat temu
rodzic
commit
f1f59cd54a

+ 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