Skip to content

Commit fabc023

Browse files
update nvompic toolchain
1 parent d35139e commit fabc023

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##
2-
# Copyright 2016-2016 Ghent University
3-
# Copyright 2016-2016 Forschungszentrum Juelich
2+
# Copyright 2016-2021 Ghent University
3+
# Copyright 2016-2021 Forschungszentrum Juelich
44
#
55
# This file is part of EasyBuild,
66
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
@@ -27,6 +27,7 @@
2727
EasyBuild support for nompi compiler toolchain (includes NVHPC and OpenMPI, and CUDA as dependency).
2828
2929
@author: Damian Alvarez (Forschungszentrum Juelich)
30+
@author: Sebastian Achilles (Forschungszentrum Juelich)
3031
"""
3132

3233
from easybuild.toolchains.nvhpc import NvhpcToolchain
@@ -36,7 +37,7 @@
3637

3738

3839
# Order matters!
39-
class Ompi(NvhpcToolchain, Cuda, OpenMPI):
40+
class NVompic(NvhpcToolchain, Cuda, OpenMPI):
4041
"""Compiler toolchain with NVHPC and OpenMPI, with CUDA as dependency."""
41-
NAME = 'nompi'
42+
NAME = 'nvompic'
4243
SUBTOOLCHAIN = NvhpcToolchain.NAME

0 commit comments

Comments
 (0)