X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f4a4ef73baa450859c84d1d46168d456f7b76b8f..e08b50479b9a8dc340b8bf143b38d48ac07a1fb7:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index 3757eade3a..d6b87e070d 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -256,7 +256,7 @@ int smpi_comm_size(MPI_Comm comm); void smpi_comm_get_name(MPI_Comm comm, char* name, int* len); int smpi_comm_rank(MPI_Comm comm); MPI_Comm smpi_comm_split(MPI_Comm comm, int color, int key); -MPI_Comm smpi_comm_dup(MPI_Comm comm); +int smpi_comm_dup(MPI_Comm comm, MPI_Comm* newcomm); void smpi_comm_use(MPI_Comm comm); void smpi_comm_unuse(MPI_Comm comm); void smpi_comm_set_leaders_comm(MPI_Comm comm, MPI_Comm leaders);