COMP: move 3rd-party mpi from $WM_OPTIONS -> $WM_ARCH$WM_COMPILER

Rationale:
  Treat 3rd-party mpi libraries like any other 3rd-party library. They
  are normally available without debugging and don't know anything
  about the OpenFOAM DP/SP (double/single precision) concept.
This commit is contained in:
Mark Olesen
2010-03-10 14:53:04 +01:00
parent 2b83f9f8fd
commit abdee93da4
3 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,8 @@ case "$WM_MPLIB" in
echo
echo "Note: ignore spurious warnings about missing mpicxx.h headers"
set -x
(WM_OPTIONS=${WM_OPTIONS}$WM_MPLIB; wmake libso mpi)
# force compilation into qualified directory
WM_OPTIONS=${WM_OPTIONS}$WM_MPLIB wmake libso mpi
;;
#GAMMA)