]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
*** empty log message *** BR_GEAY_20041105
authorageay <ageay>
Fri, 24 Sep 2004 11:42:58 +0000 (11:42 +0000)
committerageay <ageay>
Fri, 24 Sep 2004 11:42:58 +0000 (11:42 +0000)
configure.in.base
salome_adm/unix/config_files/check_lam.m4
salome_adm/unix/config_files/check_mpi.m4
salome_adm/unix/config_files/check_mpich.m4

index 20e060fd8f394415d780ccde79ddb9350dc33808..acf3a45fdeda5b418475890e64b359360ccb585f 100644 (file)
@@ -304,8 +304,11 @@ variables="cc_ok boost_ok lex_yacc_ok mpi_ok python_ok swig_ok threads_ok OpenGL
  
 for var in $variables
 do
-   printf "   %10s : " `echo \$var | sed -e "s,_ok,,"`
-   eval echo \$$var
+   eval toto=\$$var
+   if test x$toto != "x"; then
+     printf "   %10s : " `echo \$var | sed -e "s,_ok,,"`
+     eval echo \$$var
+   fi
 done
 
 echo
index 4991a540e04ac937e95dc437bef1ad7f3cf702a9..ab62ab44a5cd7639e7d31f1f6c26d8ea304eb25e 100644 (file)
@@ -64,6 +64,8 @@ if test "$WITHLAM" = yes; then
   if test "$WITHLAM" = "yes";then
      mpi_ok=yes
      MPI_LIBS="$MPI_LIBS -lmpi -llam"
+  else
+     mpi_ok=no
   fi
 
 fi
index 82371c547160eeff51c0a5705cdc19e99ef5d653..6c68d7053eda52cf4ed1f7faa49cf553cc64ce77 100644 (file)
@@ -63,6 +63,8 @@ if test "$WITHMPI" = yes; then
   if test "$WITHMPI" = "yes";then
     mpi_ok=yes
     MPI_LIBS="$MPI_LIBS -lmpi"
+  else
+    mpi_ok=no
   fi
 
 fi
index eff3fa199e4608cc6a3e262f3b02b87687fa1cb1..5b34bcd806519c49d89fcdb85818c8ba2fe5a763 100644 (file)
@@ -62,6 +62,8 @@ if test "$WITHMPICH" = yes; then
   if test "$WITHMPICH" = "yes";then
      mpi_ok=yes
      MPI_LIBS="$MPI_LIBS -lpmpich -lmpich"
+  else
+     mpi_ok=no
   fi
 
 fi