Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[simix] Add comments about the generic simcalls and rename them
[simgrid.git] / include / smpi / mpi.h
index 2cb6aca..f5ff19f 100644 (file)
@@ -25,4 +25,8 @@
 #define assert(x) MC_assert(x)
 #endif
 
+#ifdef TRACE_CALL_LOCATION /* Defined by smpicc on the command line */
+#include <smpi/smpi_extended_traces.h>
+#endif
+
 #endif