Skip to content

Commit

Permalink
src/parallel/decompose/Allwmake: remove redundant -lscotch condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry authored and Henry committed May 21, 2015
1 parent da9e1a8 commit f696641
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/parallel/decompose/Allwmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f696641

Please sign in to comment.