Explorar el Código

ChangeLog: update mpi log

Nathalie Furmento hace 12 años
padre
commit
7748bb0316
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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.