Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Comment out useless operation.
[simgrid.git] / include / smpi / mpi.h
index b08f1cea63dc611f7d0cb0356ee0e8d99abd1946..0e64fdb3fb7efe07655de2bf54b8a3edc0523fbc 100644 (file)
@@ -9,6 +9,9 @@
 
 #define SEED 221238
 
+#define sleep(x) smpi_sleep(x)
+#define gettimeofday(x, y) smpi_gettimeofday(x)
+
 #include <smpi/smpi.h>
 #include <xbt/sysdep.h>
 #include <xbt/log.h>