src/parallel/decompose/Allwmake: remove redundant -lscotch condition
This commit is contained in:
parent
fee9b188f6
commit
e02530a0ac
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue