Skip to content
Snippets Groups Projects
Commit 206e7c5f authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Merge branch 'FFTW-3.3.10' into '2022'

FFTW for NVIDIA toolchain

See merge request hps-public/easybuild-repository!1107
parents 84321f2d 7884e83f
Branches
No related tags found
No related merge requests found
name = 'FFTW'
version = '3.3.10'
homepage = 'http://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': 'npsmpic', 'version': '2021b'}
toolchainopts = {'pic': True}
source_urls = [homepage]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467']
# no quad precision, not supportd with nv
# see also
# https://github.com/FFTW/fftw3/issues/83
with_quad_prec = False
# compilation fails on AMD systems when configuring with --enable-avx-128-fma,
# because Intel compilers do not support FMA4 instructions
use_fma4 = True
# can't find mpirun/mpiexec and fails
# runtest = 'check'
modextravars = {
'FFTW_ROOT': '%(installdir)s',
'FFTW_INCLUDE': '%(installdir)s/include',
'FFTW_LIB': '%(installdir)s/lib',
}
moduleclass = 'numlib'
name = 'FFTW'
version = '3.3.10'
homepage = 'http://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': 'nvompic', 'version': '2021b'}
toolchainopts = {'pic': True}
source_urls = [homepage]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467']
# no quad precision, not supportd with nv
# see also
# https://github.com/FFTW/fftw3/issues/83
with_quad_prec = False
# compilation fails on AMD systems when configuring with --enable-avx-128-fma,
# because Intel compilers do not support FMA4 instructions
use_fma4 = True
# can't find mpirun/mpiexec and fails
# runtest = 'check'
modextravars = {
'FFTW_ROOT': '%(installdir)s',
'FFTW_INCLUDE': '%(installdir)s/include',
'FFTW_LIB': '%(installdir)s/lib',
}
moduleclass = 'numlib'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment