Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
as this can be called from anywhere (and sometimes inside smpi_sample blocks), remove...
authorAugustin Degomme <degomme@idpann.imag.fr>
Thu, 29 Aug 2013 12:40:35 +0000 (14:40 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Thu, 29 Aug 2013 12:41:11 +0000 (14:41 +0200)
src/smpi/smpi_pmpi.c

index c070747..b86d965 100644 (file)
@@ -127,12 +127,10 @@ int PMPI_Abort(MPI_Comm comm, int errorcode)
 double PMPI_Wtime(void)
 {
   double time;
 double PMPI_Wtime(void)
 {
   double time;
-
-  smpi_bench_end();
   time = SIMIX_get_clock();
   time = SIMIX_get_clock();
-  smpi_bench_begin();
   return time;
 }
   return time;
 }
+
 extern double sg_maxmin_precision;
 double PMPI_Wtick(void)
 {
 extern double sg_maxmin_precision;
 double PMPI_Wtick(void)
 {