ENH: RASModel.C: clipping input to log
[OpenFOAM-1.7.x.git] / src / decompositionMethods / Allwmake
blobe2612ef54f17352194b555ba44ea00d19a247060
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 wmakeLnInclude decompositionMethods
7 wmake libso scotchDecomp
8 wmake libso metisDecomp
10 if [ -d "$FOAM_MPI_LIBBIN" ]
11 then
12 WM_OPTIONS=${WM_OPTIONS}$WM_MPLIB
13 wmake libso parMetisDecomp
16 wmake libso decompositionMethods
18 # ----------------------------------------------------------------- end-of-file