Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix bad type comparison
[simgrid.git] / include / smpi / mpi.h
index 2c0b849745361350e1062f97e4fc64544a26ac51..5d61fb047f7ec3bc9607e8f65819c59ee4ef533c 100644 (file)
 
 #include <sys/time.h> /* Load it before the define next line to not mess with the system headers */
 
-#if SIMGRID_HAVE_MC
 #undef assert
 #define assert(x) MC_assert(!!(x))
-#endif
 
 #ifdef TRACE_CALL_LOCATION /* Defined by smpicc on the command line */
 #include <smpi/smpi_extended_traces.h>