X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c8892e660c3672d9263394e22fb3a7b040914bc..819fb3779ffea39dd1f29a54f9f63b6c4bc2f909:/src/smpi/smpi_pmpi.c diff --git a/src/smpi/smpi_pmpi.c b/src/smpi/smpi_pmpi.c index e75d6452f5..899f7cb9af 100644 --- a/src/smpi/smpi_pmpi.c +++ b/src/smpi/smpi_pmpi.c @@ -3380,3 +3380,31 @@ int PMPI_Comm_spawn_multiple( int count, char **array_of_commands, char*** array int PMPI_Comm_get_parent( MPI_Comm *parent){ NOT_YET_IMPLEMENTED } + +int PMPI_Win_complete(MPI_Win win){ + NOT_YET_IMPLEMENTED +} + +int PMPI_Win_lock(int lock_type, int rank, int assert, MPI_Win win) { + NOT_YET_IMPLEMENTED +} + +int PMPI_Win_post(MPI_Group group, int assert, MPI_Win win){ + NOT_YET_IMPLEMENTED +} + +int PMPI_Win_start(MPI_Group group, int assert, MPI_Win win){ + NOT_YET_IMPLEMENTED +} + +int PMPI_Win_test(MPI_Win win, int *flag){ + NOT_YET_IMPLEMENTED +} + +int PMPI_Win_unlock(int rank, MPI_Win win){ + NOT_YET_IMPLEMENTED +} + +int PMPI_Win_wait(MPI_Win win){ + NOT_YET_IMPLEMENTED +}