]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Merge from BR_ParaMEDSPLITTER
authoreap <eap@opencascade.com>
Fri, 8 Oct 2010 11:38:15 +0000 (11:38 +0000)
committereap <eap@opencascade.com>
Fri, 8 Oct 2010 11:38:15 +0000 (11:38 +0000)
+#ifdef ENABLE_PARMETIS
+// include parmetis.h even if it is not needed here
+// to avoid inclusion of c++ definitions within extern "C"
+// from metis.h from parmetis.h from mpi.h(openmpi) from mpicxx.h
+#include <parmetis.h>
+#endif
 extern "C"
 {
 #include "metis.h"

src/RENUMBER/RENUMBER_METISRenumbering.cxx

index 3a98fdf0c0ff983c79da8166b50e2e6aebec5be8..e5c3535b9340c0331b5e19fe82b80dcd6c335885 100644 (file)
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
+#ifdef ENABLE_PARMETIS
+// include parmetis.h even if it is not needed here
+// to avoid inclusion of c++ definitions within extern "C"
+// from metis.h from parmetis.h from mpi.h(openmpi) from mpicxx.h
+#include <parmetis.h>
+#endif
 extern "C"
 {
 #include "metis.h"