Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use surf_precision as a value for PMPI_Wtick
[simgrid.git] / src / smpi / bindings / smpi_pmpi.cpp
index ab73411..d825ffe 100644 (file)
@@ -152,10 +152,10 @@ double PMPI_Wtime()
   return smpi_mpi_wtime();
 }
 
-extern double sg_maxmin_precision;
+extern double sg_surf_precision;
 double PMPI_Wtick()
 {
-  return sg_maxmin_precision;
+  return sg_surf_precision;
 }
 
 int PMPI_Address(const void* location, MPI_Aint* address)