Skip to content
Snippets Groups Projects
Commit c3cf5fd7 authored by mattijs's avatar mattijs
Browse files

separate mpi-dependent build files

parent 7bc85824
Branches
Tags
No related merge requests found
...@@ -5,18 +5,18 @@ set -x ...@@ -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
...@@ -6,7 +6,7 @@ wmake libso decompositionMethods ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment