Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
DEEP-SEA
easybuild-repository-public-release
Commits
e48a2fcc
Commit
e48a2fcc
authored
3 years ago
by
Sebastian Achilles
Browse files
Options
Downloads
Patches
Plain Diff
Custom Toolchains: Upstream renamed NvhpcToolchain to NVHPCToolchain
parent
cb330e49
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Custom_Toolchains/npsmpic.py
+5
-3
5 additions, 3 deletions
Custom_Toolchains/npsmpic.py
Custom_Toolchains/nvompic.py
+3
-3
3 additions, 3 deletions
Custom_Toolchains/nvompic.py
with
8 additions
and
6 deletions
Custom_Toolchains/npsmpic.py
+
5
−
3
View file @
e48a2fcc
...
@@ -29,13 +29,15 @@ EasyBuild support for npsmpi compiler toolchain (includes NVHPC and ParaStationM
...
@@ -29,13 +29,15 @@ EasyBuild support for npsmpi compiler toolchain (includes NVHPC and ParaStationM
@author: Damian Alvarez (Forschungszentrum Juelich)
@author: Damian Alvarez (Forschungszentrum Juelich)
"""
"""
from
easybuild.toolchains.nvhpc
import
N
vhpc
Toolchain
from
easybuild.toolchains.nvhpc
import
N
VHPC
Toolchain
# We pull in MPI and CUDA at once so this maps nicely to HMNS
# We pull in MPI and CUDA at once so this maps nicely to HMNS
from
easybuild.toolchains.mpi.psmpi
import
Psmpi
from
easybuild.toolchains.mpi.psmpi
import
Psmpi
from
easybuild.toolchains.compiler.cuda
import
Cuda
from
easybuild.toolchains.compiler.cuda
import
Cuda
# Order matters!
# Order matters!
class
Npsmpic
(
NvhpcToolchain
,
Cuda
,
Psmpi
):
class
Npsmpic
(
NVHPCToolchain
,
Cuda
,
Psmpi
):
"""
Compiler toolchain with NVHPC and ParaStationMPI, with CUDA as dependency.
"""
"""
Compiler toolchain with NVHPC and ParaStationMPI, with CUDA as dependency.
"""
NAME
=
'
npsmpic
'
NAME
=
'
npsmpic
'
SUBTOOLCHAIN
=
N
vhpc
Toolchain
.
NAME
SUBTOOLCHAIN
=
N
VHPC
Toolchain
.
NAME
This diff is collapsed.
Click to expand it.
Custom_Toolchains/nvompic.py
+
3
−
3
View file @
e48a2fcc
...
@@ -30,7 +30,7 @@ EasyBuild support for nvompic compiler toolchain (includes NVHPC and OpenMPI, an
...
@@ -30,7 +30,7 @@ EasyBuild support for nvompic compiler toolchain (includes NVHPC and OpenMPI, an
@author: Sebastian Achilles (Forschungszentrum Juelich)
@author: Sebastian Achilles (Forschungszentrum Juelich)
"""
"""
from
easybuild.toolchains.nvhpc
import
N
vhpc
Toolchain
from
easybuild.toolchains.nvhpc
import
N
VHPC
Toolchain
# We pull in MPI and CUDA at once so this maps nicely to HMNS
# We pull in MPI and CUDA at once so this maps nicely to HMNS
from
easybuild.toolchains.mpi.openmpi
import
OpenMPI
from
easybuild.toolchains.mpi.openmpi
import
OpenMPI
from
easybuild.toolchains.compiler.cuda
import
Cuda
from
easybuild.toolchains.compiler.cuda
import
Cuda
...
@@ -38,7 +38,7 @@ from easybuild.toolchains.compiler.cuda import Cuda
...
@@ -38,7 +38,7 @@ from easybuild.toolchains.compiler.cuda import Cuda
# Order matters!
# Order matters!
class
NVompic
(
N
vhpc
Toolchain
,
Cuda
,
OpenMPI
):
class
NVompic
(
N
VHPC
Toolchain
,
Cuda
,
OpenMPI
):
"""
Compiler toolchain with NVHPC and OpenMPI, with CUDA as dependency.
"""
"""
Compiler toolchain with NVHPC and OpenMPI, with CUDA as dependency.
"""
NAME
=
'
nvompic
'
NAME
=
'
nvompic
'
SUBTOOLCHAIN
=
N
vhpc
Toolchain
.
NAME
SUBTOOLCHAIN
=
N
VHPC
Toolchain
.
NAME
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