소스 검색

ChangeLog: update mpi log

Nathalie Furmento 12 년 전
부모
커밋
7748bb0316
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ChangeLog

+ 2 - 2
ChangeLog

@@ -48,8 +48,8 @@ New features:
 	  environment variable STARPU_MPI_CACHE to 0.
         - Initialisation functions starpu_mpi_initialize_extended()
   	  and starpu_mpi_initialize() have been made deprecated. One
-	  should now use starpu_mpi_init() which will initialise MPI
-	  by calling MPI_Init_Thread if is not already done.
+	  should now use starpu_mpi_init(int *, char ***, int). The
+	  last parameter indicates if MPI should be initialised.
         - Collective detached operations have new parameters, a
 	  callback function and a argument. This is to be consistent
 	  with the detached point-to-point communications.