From: Augustin Degomme Date: Thu, 29 Aug 2013 12:40:35 +0000 (+0200) Subject: as this can be called from anywhere (and sometimes inside smpi_sample blocks), remove... X-Git-Tag: v3_9_90~123^2~29 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e60e464cb95c411155028a62c30fa7d627704cf1?ds=sidebyside as this can be called from anywhere (and sometimes inside smpi_sample blocks), remove bench start/stop --- diff --git a/src/smpi/smpi_pmpi.c b/src/smpi/smpi_pmpi.c index c070747525..b86d9653b5 100644 --- a/src/smpi/smpi_pmpi.c +++ b/src/smpi/smpi_pmpi.c @@ -127,12 +127,10 @@ int PMPI_Abort(MPI_Comm comm, int errorcode) double PMPI_Wtime(void) { double time; - - smpi_bench_end(); time = SIMIX_get_clock(); - smpi_bench_begin(); return time; } + extern double sg_maxmin_precision; double PMPI_Wtick(void) {