Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
moved macros that rewruite calls to sleep and gettimeofday to smpi.h
[simgrid.git] / include / smpi / mpi.h
index b295aac..b08f1ce 100644 (file)
 #include <xbt/log.h>
 #include <xbt/asserts.h>
 
-/*
-#define sleep(x) smpi_sleep(x)
-#define gettimeofday(x, y) smpi_gettimeofday(x, y)
-#define main(x, y) smpi_simulated_main(x, y)
-*/
-
 #endif