From dcea1e13ff7640d8a11637f6b1cf9d49c4950c91 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 21 May 2015 18:01:09 +0100 Subject: [PATCH] src/parallel/decompose/Allwmake: remove redundant -lscotch condition --- src/parallel/decompose/Allwmake | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/parallel/decompose/Allwmake b/src/parallel/decompose/Allwmake index e6d0a1de..1b221c80 100755 --- a/src/parallel/decompose/Allwmake +++ b/src/parallel/decompose/Allwmake @@ -47,13 +47,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. - if [ "$SCOTCH_VERSION" = "scotch_6.0.0" ] - then - export LINK_FLAGS="-lscotch" - fi - wmakeMpiLib ptscotchDecomp fi else