Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / src / parallel / decompose / AllwmakeLnInclude
blobc6a537aa42e516cf21f6316e6669a1439b6f2015
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 wmakeLnInclude decompositionMethods
6 wmakeLnInclude metisDecomp
7 wmakeLnInclude scotchDecomp
8 wmakeLnInclude ptscotchDecomp
10 # ----------------------------------------------------------------- end-of-file