Skip to content
Snippets Groups Projects
Commit c041926c authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

fix typo in nompi toolchain

parent 811499cf
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
# along with EasyBuild. If not, see <http://www.gnu.org/licenses/>. # along with EasyBuild. If not, see <http://www.gnu.org/licenses/>.
## ##
""" """
EasyBuild support for nompi compiler toolchain (includes NVHPC and ParaStationMPI, and CUDA as dependency). EasyBuild support for nompi compiler toolchain (includes NVHPC and OpenMPI, and CUDA as dependency).
@author: Damian Alvarez (Forschungszentrum Juelich) @author: Damian Alvarez (Forschungszentrum Juelich)
""" """
...@@ -35,6 +35,8 @@ from easybuild.toolchains.mpi.openmpi import OpenMPI ...@@ -35,6 +35,8 @@ from easybuild.toolchains.mpi.openmpi import OpenMPI
from easybuild.toolchains.compiler.cuda import Cuda from easybuild.toolchains.compiler.cuda import Cuda
# Order matters! # Order matters!
class Ompi(NvhpcToolchain, Cuda, OpenMPI): class Ompi(NvhpcToolchain, Cuda, OpenMPI):
"""Compiler toolchain with NVHPC and OpenMPI, with CUDA as dependency.""" """Compiler toolchain with NVHPC and OpenMPI, with CUDA as dependency."""
NAME = 'nompi' NAME = 'nompi'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment