ThirdParty: adding ParaView-Server .spec files
[foam-extend-3.2.git] / src / Pstream / Allwmake
blob6c4131068165e6fa2fe8e2ddae467ba18c5468dc
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 wmake libso dummy
7 case "$WM_MPLIB" in
8 *MPI* | MVAPICH*)
9 set +x
10 echo
11 echo "Note: ignore spurious warnings about missing mpicxx.h headers"
12 set -x
13 (WM_OPTIONS=${WM_OPTIONS}$WM_MPLIB; wmake libso mpi)
16 #GAMMA)
17 # wmake libso gamma
18 # ;;
19 esac
22 # ----------------------------------------------------------------- end-of-file