BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / src / fvAgglomerationMethods / Allwmake
blobaa039078e914fa8a6436426d6e24b8fb65ff4363
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 makeType=${1:-libso}
4 set -x
6 export ParMGridGen=$WM_THIRD_PARTY_DIR/ParMGridGen-1.0
8 if [ -d "$ParMGridGen/MGridGen/Lib" ]
9 then
10 wmake $makeType MGridGenGamgAgglomeration
13 wmake $makeType pairPatchAgglomeration
15 # ----------------------------------------------------------------- end-of-file