X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ffaf183b5e35a13fa83abe4a596c507c363c97d4..dd3f7131fa6fb84ae9a070c8574ad1f3c0e1611d:/src/smpi/smpi_pmpi.c diff --git a/src/smpi/smpi_pmpi.c b/src/smpi/smpi_pmpi.c index 8659ec4047..4d8e218ed6 100644 --- a/src/smpi/smpi_pmpi.c +++ b/src/smpi/smpi_pmpi.c @@ -127,7 +127,7 @@ int PMPI_Abort(MPI_Comm comm, int errorcode) double PMPI_Wtime(void) { - return smpi_wtime(); + return smpi_mpi_wtime(); } extern double sg_maxmin_precision;