diff --git a/src/parallel/decompose/Allwmake b/src/parallel/decompose/Allwmake index 3aceabafd8dc0e65caf98c16145a7b8a51295c9b..603ee5277b812626c31753f74e6cd488c7f0a4f0 100755 --- a/src/parallel/decompose/Allwmake +++ b/src/parallel/decompose/Allwmake @@ -50,15 +50,6 @@ then if [ -d "$FOAM_LIBBIN/$FOAM_MPI" ] then - #- Bit of a hack: ptscotch 6 requires scotch linked as well as. Can be - # removed once ptscotch declares dependency on scotch itself. - case "$SCOTCH_VERSION" in - scotch_6.*) - export LINK_FLAGS="-lscotch" - ;; - esac - - wmakeMpiLib ptscotchDecomp fi else