Skip to content

Commit a82abc4

Browse files
update nvompic toolchain
1 parent d3d5570 commit a82abc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

easybuild/toolchains/nvompic.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
@author: Sebastian Achilles (Forschungszentrum Juelich)
3131
"""
3232

33-
from easybuild.toolchains.nvhpc import NvhpcToolchain
33+
from easybuild.toolchains.nvhpc import NVHPCToolchain
3434
# We pull in MPI and CUDA at once so this maps nicely to HMNS
3535
from easybuild.toolchains.mpi.openmpi import OpenMPI
3636
from easybuild.toolchains.compiler.cuda import Cuda
3737

3838

3939
# Order matters!
40-
class NVompic(NvhpcToolchain, Cuda, OpenMPI):
40+
class NVompic(NVHPCToolchain, Cuda, OpenMPI):
4141
"""Compiler toolchain with NVHPC and OpenMPI, with CUDA as dependency."""
4242
NAME = 'nvompic'
43-
SUBTOOLCHAIN = NvhpcToolchain.NAME
43+
SUBTOOLCHAIN = NVHPCToolchain.NAME

0 commit comments

Comments
 (0)