Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
B
buildblocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Pmodules
buildblocks
Commits
a089d9a4
Commit
a089d9a4
authored
Nov 05, 2019
by
gsell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
openmpi: use libuc[mpst] from module if not available on system
parent
2c723272
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Compiler/openmpi/modulefile
Compiler/openmpi/modulefile
+2
-1
No files found.
Compiler/openmpi/modulefile
View file @
a089d9a4
...
...
@@ -28,8 +28,9 @@ setenv MPIRUN $PREFIX/bin/mpirun
set libibverbs [glob -nocomplain /usr/lib{64,}/libibverbs.so.1*]
set libnuma [glob -nocomplain /usr/lib{64,}/libnuma.so.1*]
set librdmacm [glob -nocomplain /usr/lib{64,}/librdmacm.so.1*]
set libucx [glob -nocomplain /usr/lib{64,}/libuc[mpst].so.0*]
if { $libibverbs eq "" || $libnuma eq "" || $librdmacm eq "" } {
if { $libibverbs eq "" || $libnuma eq "" || $librdmacm eq ""
|| $libucx eq ""
} {
if { [file isdirectory $PREFIX/lib/fallback] } {
prepend-path LD_LIBRARY_PATH $PREFIX/lib/fallback
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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