porting changes
[OpenFOAM-1.5.x.git] / src / decompositionAgglomeration / Allwmake
blob62018ac3fc84addf920e41e5fc7fb7b88b467307
1 #!/bin/sh
2 set -x
4 wmake libso decompositionMethods
6 if [ -d "$FOAM_MPI_LIBBIN" ]
7 then
8 wmake libso parMetisDecomp
9 fi
11 wmake libso MGridGenGamgAgglomeration
13 # ----------------------------------------------------------------- end-of-file