Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
206e7c5f
Commit
206e7c5f
authored
Jan 6, 2022
by
Damian Alvarez
Browse files
Options
Downloads
Plain Diff
Merge branch 'FFTW-3.3.10' into '2022'
FFTW for NVIDIA toolchain See merge request hps-public/easybuild-repository!1107
parents
84321f2d
7884e83f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Golden_Repo/f/FFTW/FFTW-3.3.10-npsmpic-2021b.eb
+34
-0
34 additions, 0 deletions
Golden_Repo/f/FFTW/FFTW-3.3.10-npsmpic-2021b.eb
Golden_Repo/f/FFTW/FFTW-3.3.10-nvompic-2021b.eb
+34
-0
34 additions, 0 deletions
Golden_Repo/f/FFTW/FFTW-3.3.10-nvompic-2021b.eb
with
68 additions
and
0 deletions
Golden_Repo/f/FFTW/FFTW-3.3.10-npsmpic-2021b.eb
0 → 100644
+
34
−
0
View file @
206e7c5f
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'
This diff is collapsed.
Click to expand it.
Golden_Repo/f/FFTW/FFTW-3.3.10-nvompic-2021b.eb
0 → 100644
+
34
−
0
View file @
206e7c5f
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'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment