Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
easyconfigs-it4i
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SCS
easyconfigs-it4i
Commits
a0b1e3ca
Commit
a0b1e3ca
authored
Jan 13, 2021
by
Lukáš Krupčík
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'it4i-barbora'
parents
e4f75cf5
eda13152
Pipeline
#16624
passed with stage
in 8 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
n/NVHPC/NVHPC-20.11-CUDA-11.0-OpenMPI-4.0.5-UCX-1.9.0.eb
n/NVHPC/NVHPC-20.11-CUDA-11.0-OpenMPI-4.0.5-UCX-1.9.0.eb
+7
-2
No files found.
n/NVHPC/NVHPC-20.11-CUDA-11.0-OpenMPI-4.0.5-
test
.eb
→
n/NVHPC/NVHPC-20.11-CUDA-11.0-OpenMPI-4.0.5-
UCX-1.9.0
.eb
View file @
a0b1e3ca
# JH 2020
# IT4Innovations 2021
# LK
# upravit mpirun - LD_PRELOAD=$EBROOTUCX/lib/libucp.so.0:$EBROOTUCX/lib/libucs.so.0
name = 'NVHPC'
version = '20.11'
versionsuffix = '-CUDA-11.0-OpenMPI-4.0.5-
test
'
versionsuffix = '-CUDA-11.0-OpenMPI-4.0.5-
UCX-1.9.0
'
homepage = 'https://developer.nvidia.com/hpc-sdk/'
description = """C, C++ and Fortran compilers included with the NVIDIA HPC SDK (previously: PGI)"""
...
...
@@ -63,6 +65,9 @@ cuda_compute_capabilities = '7.0' #V100 GPU
# module_add_cuda = Yes # Add NVHPC's bundled CUDA
local_openmpi_path = "Linux_x86_64/%(version)s/comm_libs/openmpi4/openmpi-4.0.5"
postinstallcmds = ['sed "s|\$MY_DIR|LD_PRELOAD=\$EBROOTUCX/lib/libucp.so.0:\$EBROOTUCX/lib/libucs.so.0 \$MY_DIR|" %(installdir)s/Linux_x86_64/20.11/comm_libs/openmpi4/openmpi-4.0.5/bin/mpirun -i']
modextrapaths = {
'PATH': "%s/bin" % (local_openmpi_path),
'LD_LIBRARY_PATH': "%s/lib" % (local_openmpi_path),
...
...
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