separate mpi-dependent build files

This commit is contained in:
mattijs
2009-02-10 16:49:30 +00:00
parent 7bc85824aa
commit c3cf5fd7e5
2 changed files with 7 additions and 7 deletions

View File

@ -5,18 +5,18 @@ set -x
wmake libso dummy wmake libso dummy
case "$WM_MPLIB" in case "$WM_MPLIB" in
GAMMA)
wmake libso gamma
;;
LAM | *MPI* ) LAM | *MPI* )
WM_OPTIONS=${WM_OPTIONS}$WM_MPLIB
set +x set +x
echo echo
echo "Note: ignore spurious warnings about missing mpicxx.h headers" echo "Note: ignore spurious warnings about missing mpicxx.h headers"
set -x set -x
wmake libso mpi (WM_OPTIONS=${WM_OPTIONS}$WM_MPLIB; wmake libso mpi)
;; ;;
#GAMMA)
# wmake libso gamma
# ;;
esac esac
# ----------------------------------------------------------------- end-of-file # ----------------------------------------------------------------- end-of-file

View File

@ -6,7 +6,7 @@ wmake libso decompositionMethods
if [ -d "$FOAM_MPI_LIBBIN" ] if [ -d "$FOAM_MPI_LIBBIN" ]
then then
wmake libso parMetisDecomp (WM_OPTIONS=${WM_OPTIONS}$WM_MPLIB; wmake libso parMetisDecomp)
fi fi
wmake libso MGridGenGamgAgglomeration wmake libso MGridGenGamgAgglomeration