Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
ThirdParty-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
ThirdParty-common
Commits
5112b60e
Commit
5112b60e
authored
7 years ago
by
Mark OLESEN
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master' into develop
parents
51435f2e
bdfdff11
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!5
Final content for 1712 release
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
makeOPENMPI
+8
-5
8 additions, 5 deletions
makeOPENMPI
with
8 additions
and
5 deletions
makeOPENMPI
+
8
−
5
View file @
5112b60e
...
@@ -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
# ----------------------------
# ----------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment