瀏覽代碼

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

Samuel Thibault 8 年之前
父節點
當前提交
f1f59cd54a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 nblocks = 2;
 unsigned nbigblocks = 2;
 unsigned nbigblocks = 2;
 #else
 #else
-unsigned size = 4*960;
+unsigned size = 16*320;
 unsigned nblocks = 16;
 unsigned nblocks = 16;
 unsigned nbigblocks = 2;
 unsigned nbigblocks = 2;
 #endif
 #endif