Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change an include, to avoid linking from simgrid to smpi
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 19 Feb 2013 15:55:03 +0000 (16:55 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 19 Feb 2013 16:01:48 +0000 (17:01 +0100)
src/include/smpi/smpi_interface.h
src/smpi/private.h

index 1b24074..c975477 100644 (file)
@@ -1,5 +1,3 @@
-#include "smpi/smpi.h"
-
 /********** Tracing **********/
 /* from smpi_instr.c */
 void TRACE_smpi_alloc(void);
index 34da3d7..d5b577c 100644 (file)
@@ -11,6 +11,7 @@
 #include "xbt/xbt_os_time.h"
 #include "simgrid/simix.h"
 #include "smpi/smpi_interface.h"
+#include "smpi/smpi.h"
 #include "smpi/smpif.h"
 #include "smpi/smpi_cocci.h"
 #include "instr/instr_private.h"