Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I finally understood what this function is good for
[simgrid.git] / include / smpi / mpi.h
index fdaf9df..b08f1ce 100644 (file)
@@ -14,7 +14,4 @@
 #include <xbt/log.h>
 #include <xbt/asserts.h>
 
-#define sleep(x) smpi_sleep(x)
-#define gettimeofday(x, y) smpi_gettimeofday(x, y)
-
 #endif