X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49f2cf9f751a29166627ac2d8f1e996abb4ab5e4..c126fdf651057c849b4614da3fdd76a64d9c0036:/src/smpi/smpi_pmpi.c diff --git a/src/smpi/smpi_pmpi.c b/src/smpi/smpi_pmpi.c index 16fccc06d1..d730222bf8 100644 --- a/src/smpi/smpi_pmpi.c +++ b/src/smpi/smpi_pmpi.c @@ -125,6 +125,7 @@ int PMPI_Address(void *location, MPI_Aint * address) retval = MPI_ERR_ARG; } else { *address = (MPI_Aint) location; + retval = MPI_SUCCESS; } smpi_bench_begin(); return retval;