Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Remove outcommented include from mpi.h
[simgrid.git] / include / smpi / mpi.h
index 2cb6aca..5ddbfa3 100644 (file)
@@ -25,4 +25,8 @@
 #define assert(x) MC_assert(x)
 #endif
 
+#if TRACE_CALL_LOCATION
+#include <smpi/smpi_extended_traces.h>
+#endif
+
 #endif