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

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
29 lines
566 B
Plaintext
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'
|