]> AND Public Git Repository - simgrid.git/blobdiff - include/smpi/mpi.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move implemented calls in smpi.h before the comment saying that the next ones are...
[simgrid.git] / include / smpi / mpi.h
index 5021574a109e535b5f80255ce5a86dff833cd064..671d22ec89857100cf9313b8e7d1e06458776019 100644 (file)
@@ -24,7 +24,7 @@
 #define nanosleep(x, y) smpi_nanosleep(x, y)
 #define clock_gettime(x, y) smpi_clock_gettime(x, y)
 #endif
-#if HAVE_MC
+#if SIMGRID_HAVE_MC
 #undef assert
 #define assert(x) MC_assert(x)
 #endif