X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c65262b0c284780b8499ffe9a55cd3cc2ca4a4a6..138e6f86566611611b1115c957cae0a1c6a85a4b:/teshsuite/smpi/mpich3-test/perf/allredtrace.c diff --git a/teshsuite/smpi/mpich3-test/perf/allredtrace.c b/teshsuite/smpi/mpich3-test/perf/allredtrace.c index 8d7265a1b0..070271be19 100644 --- a/teshsuite/smpi/mpich3-test/perf/allredtrace.c +++ b/teshsuite/smpi/mpich3-test/perf/allredtrace.c @@ -143,7 +143,7 @@ void SetupDelay( double usec ) /* Should coordinate with the other processes - take the max? */ } -volatile double delayCounter = 0; +double delayCounter = 0; void Delay( int count ) { int i;