File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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),
2727EasyBuild 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
3233from easybuild .toolchains .nvhpc import NvhpcToolchain
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
You can’t perform that action at this time.
0 commit comments