Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Getting rid of C exceptions
[simgrid.git] / teshsuite / smpi / mpich3-test / perf / allredtrace.c
index 8d7265a..070271b 100644 (file)
@@ -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;