Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : use MC_assert instead of assert for the verification of mpich3 integr...
[simgrid.git] / include / smpi / mpi.h
index d840c9a..e8aa3ea 100644 (file)
 #include <xbt/sysdep.h>
 #include <xbt/log.h>
 #include <xbt/asserts.h>
+#include <simgrid/modelchecker.h>
+
+#ifdef HAVE_MC
+#undef assert
+#define assert(x) MC_assert(x)
+#endif
 
 #endif