X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/20b7e2968d06b068b91ed97762e8f0c9537b647e..9291e40a5820f61ed6e7d523f1c2dd1f72617194:/include/smpi/mpi.h diff --git a/include/smpi/mpi.h b/include/smpi/mpi.h index b626e5bd16..4224e7ffbc 100644 --- a/include/smpi/mpi.h +++ b/include/smpi/mpi.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -10,11 +10,17 @@ #define SEED 221238 #define sleep(x) smpi_sleep(x) -#define gettimeofday(x, y) smpi_gettimeofday(x, y) +#define gettimeofday(x, y) smpi_gettimeofday(x) #include #include #include #include +#include + +#ifdef HAVE_MC +#undef assert +#define assert(x) MC_assert(x) +#endif #endif