Skip to content
Snippets Groups Projects
Commit 37eb6045 authored by Henry's avatar Henry
Browse files

src/parallel/decompose/Allwmake: remove redundant -lscotch condition

parent a3232e5d
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment