Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename function
[simgrid.git] / src / smpi / smpi_pmpi.c
index 8659ec4..4d8e218 100644 (file)
@@ -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;