소스 검색

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

Samuel Thibault 9 년 전
부모
커밋
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 nbigblocks = 2;
 #else
-unsigned size = 4*960;
+unsigned size = 16*320;
 unsigned nblocks = 16;
 unsigned nbigblocks = 2;
 #endif