From ad9bae585958ae9fe7002cc206fbcc53129acfcb Mon Sep 17 00:00:00 2001 From: prascle Date: Sat, 5 Nov 2005 12:05:06 +0000 Subject: [PATCH] PR: for use of MPI lam --- salome_adm/unix/config_files/check_lam.m4 | 2 +- src/Communication_SWIG/Makefile.in | 2 +- src/Container/Makefile.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/salome_adm/unix/config_files/check_lam.m4 b/salome_adm/unix/config_files/check_lam.m4 index 994a2b0a5..bde79d7e6 100644 --- a/salome_adm/unix/config_files/check_lam.m4 +++ b/salome_adm/unix/config_files/check_lam.m4 @@ -69,7 +69,7 @@ if test "$WITHLAM" = yes; then if test "$WITHLAM" = "yes";then WITHMPI="yes" mpi_ok=yes - MPI_LIBS="$MPI_LIBS -lmpi -llam" + MPI_LIBS="$MPI_LIBS -llammpi++" else mpi_ok=no fi diff --git a/src/Communication_SWIG/Makefile.in b/src/Communication_SWIG/Makefile.in index 5b0c6c1d1..42f8f3fdd 100644 --- a/src/Communication_SWIG/Makefile.in +++ b/src/Communication_SWIG/Makefile.in @@ -17,7 +17,7 @@ LIB_SERVER_IDL = SALOME_Exception.idl SWIG_DEF = libSALOME_Comm.i EXPORT_PYSCRIPTS = libSALOME_Comm.py -CPPFLAGS+=$(PYTHON_INCLUDES) -I$(top_srcdir)/src/Communication/src +CPPFLAGS+=$(PYTHON_INCLUDES) $(MPI_INCLUDES) -I$(top_srcdir)/src/Communication/src LIBS+= $(PYTHON_LIBS) LDFLAGS+= -lSalomeCommunication diff --git a/src/Container/Makefile.in b/src/Container/Makefile.in index cd185a90d..cb00f685f 100644 --- a/src/Container/Makefile.in +++ b/src/Container/Makefile.in @@ -60,7 +60,7 @@ BIN = SALOME_Container SALOME_ContainerManagerServer BIN_SRC = SALOME_Container_SignalsHandler.cxx BIN_SERVER_IDL = SALOME_Component.idl SALOME_ContainerManager.idl -CPPFLAGS+= $(PYTHON_INCLUDES) $(MPI_INCLUDE) $(OCC_INCLUDES) $(QT_MT_INCLUDES) +CPPFLAGS+= $(PYTHON_INCLUDES) $(MPI_INCLUDES) $(OCC_INCLUDES) $(QT_MT_INCLUDES) CXXFLAGS+=$(OCC_CXXFLAGS) LDFLAGS+= $(QT_MT_LIBS) -lSalomeNS -lRegistry -lOpUtil -lSalomeNotification -lSALOMELocalTrace -lSalomeResourcesManager -- 2.39.2