2 cd ${0%/*} ||
exit 1 # run from this directory
7 # define how to create an mpi-versioned library of $makeType
8 # compile into qualified directory
9 # use sentinel file to handle version changes
17 WM_OPTIONS
="$WM_OPTIONS$WM_MPLIB"
18 whichmpi
="$libName/Make/$WM_OPTIONS/using:$FOAM_MPI"
19 [ -e "$whichmpi" ] || wclean
$libName
20 echo "wmake $makeType $libName"
21 wmake
$makeType $libName
35 echo "Note: ignore spurious warnings about missing mpicxx.h headers"
41 # wmake $makeType gamma
46 # ----------------------------------------------------------------- end-of-file