Skip to content
Snippets Groups Projects
Commit 5112b60e authored by Mark OLESEN's avatar Mark OLESEN
Browse files

Merge remote-tracking branch 'origin/master' into develop

parents 51435f2e bdfdff11
Branches
Tags
1 merge request!5Final content for 1712 release
...@@ -151,11 +151,14 @@ else ...@@ -151,11 +151,14 @@ else
# Add InfiniBand support # Add InfiniBand support
ibDir=/usr/local/ofed ibDir=/usr/local/ofed
ibLib=$infbDIR/lib$WM_COMPILER_LIB_ARCH for libdir in lib$WM_COMPILER_LIB_ARCH lib
if [ -d "$ibDir" -a -d "$ibLib" ] do
then if [ -d "$ibDir/$libdir" ]
configOpt="$configOpt --with-verbs=$ibDir --with-verbs-lib=$ibLib" then
fi configOpt="$configOpt --with-verbs=$ibDir --with-verbs-lib=$ibDir/$libdir"
break
fi
done
# end of configuration options # end of configuration options
# ---------------------------- # ----------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment