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
5112b60e
Commit
5112b60e
authored
Sep 28, 2017
by
Mark OLESEN
Browse files
Merge remote-tracking branch 'origin/master' into develop
parents
51435f2e
bdfdff11
Changes
1
Hide whitespace changes
Inline
Side-by-side
makeOPENMPI
View file @
5112b60e
...
...
@@ -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