easyconfigs-it4i/c/cuQuantum/cuQuantum-23.10.0.6_cuda12-conda.eb
Lukas Krupcik e03effe24f new file: a/ABINIT/ABINIT-9.10.3-intel-2022a.eb
new file:   a/ANSYS/ANSYS-2023R1-intel-2022a-vut.eb
	new file:   c/cuQuantum/cuQuantum-23.10.0.6_cuda12-conda.eb
	new file:   g/GPAW/GPAW-23.9.1-intel-2022a.eb
2023-11-16 11:12:53 +01:00

29 lines
566 B
Plaintext

# IT4Innovations
# LK 2023
easyblock = "Conda"
name = 'cuQuantum'
version = '23.10.0'
versionsuffix = '-CUDA-12.2.0-conda'
homepage = 'http://phonopy.sourceforge.net/phono3py/index.html'
description = """This software calculates phonon-phonon interaction related properties"""
toolchain = SYSTEM
dependencies = [
('Anaconda3', '2023.07-2'),
('CUDA', '12.2.0', '', True),
]
requirements = "cuquantum cuda-version=12 cuquantum-python"
channels = ['conda-forge']
sanity_check_paths = {
'files': [],
'dirs': ['bin', 'lib']
}
moduleclass = 'phys'