Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Fix headers for call-location tracing.
[simgrid.git] / include / smpi / mpi.h
index 665ac78..f5ff19f 100644 (file)
@@ -25,8 +25,7 @@
 #define assert(x) MC_assert(x)
 #endif
 
-#if TRACE_CALL_LOCATION
-//#include "src/instr/instr_smpi.h"
+#ifdef TRACE_CALL_LOCATION /* Defined by smpicc on the command line */
 #include <smpi/smpi_extended_traces.h>
 #endif