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
case "$WM_MPLIB" in
GAMMA)
wmake libso gamma
;;
LAM | *MPI* )
WM_OPTIONS=${WM_OPTIONS}$WM_MPLIB
set +x
echo
echo "Note: ignore spurious warnings about missing mpicxx.h headers"
set -x
wmake libso mpi
(WM_OPTIONS=${WM_OPTIONS}$WM_MPLIB; wmake libso mpi)
;;
#GAMMA)
# wmake libso gamma
# ;;
esac
# ----------------------------------------------------------------- end-of-file

View File

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