mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
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:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user