]> SALOME platform Git repositories - modules/homard.git/commitdiff
Salome HOME
changes for mpi compilation
authorBernard Sécher <bernard.secher@cea.fr>
Mon, 9 Feb 2015 10:17:46 +0000 (11:17 +0100)
committerBernard Sécher <bernard.secher@cea.fr>
Mon, 9 Feb 2015 10:20:00 +0000 (11:20 +0100)
.gitignore [new file with mode: 0644]
CMakeLists.txt
src/HOMARDGUI/HomardQtCommun.cxx
src/HOMARD_I/HomardMedCommun.cxx

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..b25c15b
--- /dev/null
@@ -0,0 +1 @@
+*~
index 231ea29b81c1eec7da8d910cd61a773741db48a3..a0fb7dd9febf4d949a99b84a3a7b376522c3711b 100755 (executable)
@@ -78,9 +78,6 @@ FIND_PACKAGE(SalomeOmniORBPy REQUIRED)
 FIND_PACKAGE(SalomeHDF5 REQUIRED COMPONENTS C)
 
 # Other KERNEL optionals:
-IF(SALOME_USE_MPI)
-  FIND_PACKAGE(SalomeMPI REQUIRED) # needed for doc generation by Sphinx
-ENDIF()
 IF(SALOME_BUILD_DOC)
   FIND_PACKAGE(SalomeSphinx)
   SALOME_LOG_OPTIONAL_PACKAGE(Sphinx SALOME_BUILD_DOC)
index 2dec6c1085ec7532d64294ca7045c4b2c57719ec..8e3364e3f54ff19aeb8b06a67c81b1d6bc7d473b 100644 (file)
 #include "SalomeApp_Tools.h"
 
 using namespace std;
-extern "C"
-{
-#include <med.h>
-}
 
+#include <med.h>
 
 // ============================================================================
 QString HOMARD_QT_COMMUN::SelectionArbreEtude(QString commentaire, int option )
index e37ddffdac4bdffe779132bde1752e83a0ced9ba..bf18224f1500ee8d5725a9f51284a3c82f984bbd 100644 (file)
 #include <cstring>
 #include <algorithm>
 
-extern "C"
-{
 #include <med.h>
-}
 
 #include "utilities.h"
 // =======================================================================