Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage = 'https://www.fftw.org'
description = """FFTW is a C subroutine library for computing the discrete Fourier transform (DFT)
in one or more dimensions, of arbitrary input size, and of both real and complex data."""

toolchain = {'name': 'NVHPC', 'version': '22.7-CUDA-11.7.0'}
toolchain = {'name': 'nvidia-compilers', 'version': '22.7-CUDA-11.7.0'}
toolchainopts = {'pic': True}

source_urls = [homepage]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = 'https://gitlab.mpi-magdeburg.mpg.de/software/flexiblas-release'
description = """FlexiBLAS is a wrapper library that enables the exchange of the BLAS and LAPACK implementation
used by a program without recompiling or relinking it."""

toolchain = {'name': 'NVHPC', 'version': '22.7-CUDA-11.7.0'}
toolchain = {'name': 'nvidia-compilers', 'version': '22.7-CUDA-11.7.0'}
local_extra_flags = "-D__ELF__"
toolchainopts = {'pic': True, 'extra_cflags': local_extra_flags, 'extra_fflags': local_extra_flags}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = """HDF5 is a data model, library, and file format for storing and
It supports an unlimited variety of datatypes, and is designed for flexible
and efficient I/O and for high volume and complex data."""

toolchain = {'name': 'NVHPC', 'version': '22.7-CUDA-11.7.0'}
toolchain = {'name': 'nvidia-compilers', 'version': '22.7-CUDA-11.7.0'}
toolchainopts = {'pic': True}

source_urls = ['https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version_major_minor)s/hdf5-%(version)s/src']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = 'NVHPC'
name = 'nvidia-compilers'
version = '22.7'
versionsuffix = '-CUDA-%(cudaver)s'

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/n/nvofbf/nvofbf-2022.07.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OpenBLAS (via FlexiBLAS for BLAS and LAPACK support), FFTW and ScaLAPACK."""

toolchain = SYSTEM

local_compiler = ('NVHPC', '22.7-CUDA-11.7.0')
local_compiler = ('nvidia-compilers', '22.7-CUDA-11.7.0')

local_comp_mpi_tc = ('nvompi', version)

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/n/nvompi/nvompi-2022.07.eb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = 'NVHPC based compiler toolchain, including OpenMPI for MPI support

toolchain = SYSTEM

local_compiler = ('NVHPC', '22.7-CUDA-11.7.0')
local_compiler = ('nvidia-compilers', '22.7-CUDA-11.7.0')

dependencies = [
local_compiler,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = '0.3.20'
homepage = 'http://www.openblas.net/'
description = "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version."

toolchain = {'name': 'NVHPC', 'version': '22.7-CUDA-11.7.0'}
toolchain = {'name': 'nvidia-compilers', 'version': '22.7-CUDA-11.7.0'}

source_urls = [
# order matters, trying to download the large.tgz/timing.tgz LAPACK tarballs from GitHub causes trouble
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = '4.1.4'
homepage = 'https://www.open-mpi.org/'
description = """The Open MPI Project is an open source MPI-3 implementation."""

toolchain = {'name': 'NVHPC', 'version': '22.7-CUDA-11.7.0'}
toolchain = {'name': 'nvidia-compilers', 'version': '22.7-CUDA-11.7.0'}

source_urls = ['https://www.open-mpi.org/software/ompi/v%(version_major_minor)s/downloads']
sources = [SOURCELOWER_TAR_BZ2]
Expand Down
Loading