Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
allow MPI codes to use timezone in their gettimeofday (but we replace it
[simgrid.git] / src / smpi / smpi_bench.c
index f7464db..2cb5bb2 100644 (file)
@@ -227,7 +227,7 @@ unsigned int smpi_sleep(unsigned int secs)
   return secs;
 }
 
-int smpi_gettimeofday(struct timeval *tv)
+int smpi_gettimeofday(struct timeval *tv, void* tz)
 {
   double now;
   smpi_bench_end();