From: tajchman Date: Tue, 23 Mar 2010 10:26:20 +0000 (+0000) Subject: set WITHMPI value when using OpenMPI X-Git-Tag: V5_1_4a1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2e10728c138d70686a6a17279a1c2e25e4af25d8;p=modules%2Fkernel.git set WITHMPI value when using OpenMPI --- diff --git a/salome_adm/unix/config_files/check_openmpi.m4 b/salome_adm/unix/config_files/check_openmpi.m4 index a954190d7..efdefc48d 100644 --- a/salome_adm/unix/config_files/check_openmpi.m4 +++ b/salome_adm/unix/config_files/check_openmpi.m4 @@ -54,10 +54,12 @@ if test "$WITHOPENMPI" = yes; then AC_MSG_CHECKING(for openmpi) if test "$WITHOPENMPI" = "yes";then mpi_ok=yes + WITHMPI=yes CPPFLAGS="-DOMPI_IGNORE_CXX_SEEK -DWITHOPENMPI $CPPFLAGS" AC_MSG_RESULT(yes) else mpi_ok=no + WITHMPI=no AC_MSG_RESULT(no) fi fi