Files
openfoam/src/decompositionMethods/Allwmake
2009-04-02 13:29:28 +01:00

13 lines
288 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso decompositionMethods
if [ -d "$FOAM_MPI_LIBBIN" ]
then
(WM_OPTIONS=${WM_OPTIONS}$WM_MPLIB; wmake libso parMetisDecomp)
fi
# ----------------------------------------------------------------- end-of-file