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

separate mpi-dependent build files

parent 7bc85824
No related merge requests found
......@@ -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
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment