Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
e177954747ee0e8f722c0d0c76c8f3f4b1159fc4
[simgrid.git] / include / smpi / mpi.h
1 #ifndef MPI_H
2 #define MPI_H
3
4 #define SEED 221238
5
6 #include <smpi/smpi.h>
7 #include <xbt/sysdep.h>
8 #include <xbt/log.h>
9 #include <xbt/asserts.h>
10
11 /*
12 #define sleep(x) smpi_sleep(x)
13 #define gettimeofday(x, y) smpi_gettimeofday(x, y)
14 #define main(x, y) smpi_simulated_main(x, y)
15 */
16
17 #endif