Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
ThirdParty-common
Commits
bdfdff11
Commit
bdfdff11
authored
Sep 28, 2017
by
Mark OLESEN
Browse files
COMP: incorrect verbs library directory used (closes
#21
)
parent
54356f8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
makeOPENMPI
View file @
bdfdff11
...
...
@@ -151,11 +151,14 @@ else
# Add InfiniBand support
ibDir
=
/usr/local/ofed
ibLib
=
$infbDIR
/lib
$WM_COMPILER_LIB_ARCH
if
[
-d
"
$ibDir
"
-a
-d
"
$ibLib
"
]
then
configOpt
=
"
$configOpt
--with-verbs=
$ibDir
--with-verbs-lib=
$ibLib
"
fi
for
libdir
in
lib
$WM_COMPILER_LIB_ARCH
lib
do
if
[
-d
"
$ibDir
/
$libdir
"
]
then
configOpt
=
"
$configOpt
--with-verbs=
$ibDir
--with-verbs-lib=
$ibDir
/
$libdir
"
break
fi
done
# end of configuration options
# ----------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment