forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding easyconfigs: FFTW.MPI-3.3.10-nvompi-2024.9.eb, FFTW-3.3.10-NVH…
…PC-24.9-CUDA-12.6.0.eb
- Loading branch information
sassy
committed
Oct 14, 2024
1 parent
4872376
commit 325f429
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
easybuild/easyconfigs/f/FFTW.MPI/FFTW.MPI-3.3.10-nvompi-2024.9.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name = 'FFTW.MPI' | ||
version = '3.3.10' | ||
|
||
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': 'nvompi', 'version': '2024.9'} | ||
toolchainopts = {'pic': True} | ||
|
||
source_urls = [homepage] | ||
sources = ['fftw-%(version)s.tar.gz'] | ||
checksums = ['56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467'] | ||
|
||
dependencies = [('FFTW', '3.3.10')] | ||
|
||
runtest = 'check' | ||
|
||
moduleclass = 'numlib' |
20 changes: 20 additions & 0 deletions
20
easybuild/easyconfigs/f/FFTW/FFTW-3.3.10-NVHPC-24.9-CUDA-12.6.0.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name = 'FFTW' | ||
version = '3.3.10' | ||
|
||
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': '24.9-CUDA-12.6.0'} | ||
toolchainopts = {'pic': True} | ||
|
||
source_urls = [homepage] | ||
sources = [SOURCELOWER_TAR_GZ] | ||
checksums = ['56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467'] | ||
|
||
# Does not work with nvc | ||
with_quad_prec = False | ||
|
||
runtest = 'check' | ||
|
||
moduleclass = 'numlib' |