소스 검색

fix build

Samuel Thibault 4 년 전
부모
커밋
090222e7b8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      mpi/examples/matrix_decomposition/mpi_cholesky_codelets.c

+ 0 - 1
mpi/examples/matrix_decomposition/mpi_cholesky_codelets.c

@@ -240,7 +240,6 @@ static void run_cholesky_column(starpu_data_handle_t **data_handles, int rank, i
 					       STARPU_RW, data_handles[m][k],
 					       STARPU_FLOPS, (double) FLOPS_STRSM(nn, nn),
 					       0);
-			}
 		}
 
 		/* We won't need it any more */