X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84a1902172270a406b166d7106e26ce4b65fece8..57e7dcd49d4873f73dc0337e4f172bd169f77a44:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index bccb451346..cdbf7a9be4 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -85,6 +85,7 @@ void smpi_comm_destroy(MPI_Comm comm); MPI_Group smpi_comm_group(MPI_Comm comm); int smpi_comm_size(MPI_Comm comm); int smpi_comm_rank(MPI_Comm comm); +MPI_Comm smpi_comm_split(MPI_Comm comm, int color, int key); MPI_Request smpi_mpi_send_init(void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm);