From: secher Date: Wed, 18 Mar 2009 12:49:00 +0000 (+0000) Subject: debug for swig X-Git-Tag: V4_1_5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c8e1b6c7a3ba09eef70019681268c87bec75b08e;p=modules%2Fkernel.git debug for swig --- diff --git a/salome_adm/unix/config_files/check_openmpi.m4 b/salome_adm/unix/config_files/check_openmpi.m4 index fe5957a2c..691a6b765 100644 --- a/salome_adm/unix/config_files/check_openmpi.m4 +++ b/salome_adm/unix/config_files/check_openmpi.m4 @@ -33,7 +33,7 @@ if test "$WITHOPENMPI" = yes; then OPENMPI_HOME=$withval if test "$OPENMPI_HOME"; then - MPI_INCLUDES=`$OPENMPI_HOME/bin/mpicxx --showme:compile` + MPI_INCLUDES="-I${OPENMPI_HOME}/include" MPI_LIBS=`$OPENMPI_HOME/bin/mpicxx --showme:link` fi