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 a5474a6..f5ff19f 100644 (file)
@@ -25,9 +25,8 @@
 #define assert(x) MC_assert(x)
 #endif
 
-#if TRACE_CALL_LOCATION
-#include "src/instr/instr_smpi.h"
-#include "smpi_extended_traces.h"
+#ifdef TRACE_CALL_LOCATION /* Defined by smpicc on the command line */
+#include <smpi/smpi_extended_traces.h>
 #endif
 
 #endif