mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-12 01:42:12 +01:00

new file: f/FFTW.MPI/FFTW.MPI-3.3.10-gompi-2022a.eb new file: f/FFTW/FFTW-3.3.10-NVHPC-22.2-amd.eb new file: h/HDF5/HDF5-1.12.1-NVHPC-22.2.eb modified: i/irodsfs/irodsfs-0.7.6.eb new file: v/VASP/VASP-6.3.2-NVHPC-22.2-CUDA-11.6.0.eb deleted: c/Cordax/Cordax-1.0-Python-2.7.18.eb
35 lines
995 B
Plaintext
35 lines
995 B
Plaintext
# IT4Innovations 2022
|
|
# JK
|
|
|
|
name = 'FFTW.MPI'
|
|
version = '3.3.10'
|
|
local_amd_fftw_ver = '3.2'
|
|
versionsuffix = '-amd'
|
|
|
|
homepage = 'https://developer.amd.com/amd-aocl/fftw/'
|
|
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.
|
|
AMD FFTW includes selective kernels and routines optimized for the AMD EPYC™ processor family."""
|
|
|
|
toolchain = {'name': 'NVHPC', 'version': '22.2'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://github.com/amd/amd-fftw/archive/refs/tags/']
|
|
sources = [{
|
|
'download_filename': '%s.tar.gz' % local_amd_fftw_ver,
|
|
'filename': 'amd-fftw-%s.tar.gz' % local_amd_fftw_ver,
|
|
}]
|
|
checksums = ['31cab17a93e03b5b606e88dd6116a1055b8f49542d7d0890dbfcca057087b8d0']
|
|
|
|
dependencies = [
|
|
('FFTW', '3.3.10', '-amd'),
|
|
('OpenMPI', '4.1.2', '-CUDA-11.6.0-v2'),
|
|
]
|
|
|
|
|
|
configopts = '--enable-amd-opt'
|
|
|
|
runtest = 'check'
|
|
|
|
moduleclass = 'numlib'
|