From c8e1b6c7a3ba09eef70019681268c87bec75b08e Mon Sep 17 00:00:00 2001 From: secher Date: Wed, 18 Mar 2009 12:49:00 +0000 Subject: [PATCH] debug for swig --- salome_adm/unix/config_files/check_openmpi.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2