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

new file: c/CP2K/CP2K-2024.1-foss-2022a.eb new file: h/HDF5/HDF5-1.14.0-nvompi-2022.07.eb new file: h/HDF5/HDF5-1.14.0-nvompi-2023.03.eb new file: h/HDF5/HDF5-1.14.0-nvompi-2023.05.eb new file: h/HDF5/HDF5-1.14.0-nvompi-2023.11.eb new file: n/NCCL/NCCL-2.19.4-GCCcore-13.2.0-CUDA-12.2.0.eb new file: n/NVHPC/NVHPC-23.11.eb modified: n/NVHPC/NVHPC-23.7.eb new file: n/nvompi/nvompi-2023.03.eb new file: n/nvompi/nvompi-2023.05.eb new file: n/nvompi/nvompi-2023.11.eb modified: o/OpenMPI/OpenMPI-4.1.4-NVHPC-22.7-CUDA-11.7.0.eb new file: o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.11-CUDA-12.2.0.eb new file: o/OpenMPI/OpenMPI-4.1.6-NVHPC-23.11-CUDA-12.2.0.eb new file: o/OpenMPI/OpenMPI-4.1.6-NVHPC-23.3-CUDA-12.2.0.eb new file: o/OpenMPI/OpenMPI-4.1.6-NVHPC-23.5-CUDA-12.2.0.eb new file: p/pkgconf/pkgconf-2.0.3-NVHPC-23.11.eb new file: u/UCC-CUDA/UCC-CUDA-1.2.0-GCCcore-13.2.0-CUDA-12.2.0.eb new file: u/UCX-CUDA/UCX-CUDA-1.15.0-GCCcore-13.2.0-CUDA-12.2.0.eb deleted: h/HDF5/HDF5-1.14.0-NVHPC-23.5.eb
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
# IT4Innovations
|
|
# LK 2024
|
|
|
|
name = 'CP2K'
|
|
version = '2024.1'
|
|
|
|
homepage = 'https://www.cp2k.org/'
|
|
description = """CP2K is a freely available (GPL) program, written in Fortran 95, to perform atomistic and molecular
|
|
simulations of solid state, liquid, molecular and biological systems. It provides a general framework for different
|
|
methods such as e.g. density functional theory (DFT) using a mixed Gaussian and plane waves approach (GPW), and
|
|
classical pair and many-body potentials. """
|
|
|
|
toolchain = {'name': 'foss', 'version': '2022a'}
|
|
toolchainopts = {'pic': True, 'openmp': True}
|
|
|
|
source_urls = ['https://github.com/cp2k/cp2k/releases/download/v%(version)s/']
|
|
sources = [SOURCELOWER_TAR_BZ2]
|
|
checksums = ['a7abf149a278dfd5283dc592a2c4ae803b37d040df25d62a5e35af5c4557668f']
|
|
|
|
# https://github.com/cp2k/cp2k/releases/download/v2022.1/cp2k-2022.1.tar.bz2
|
|
dependencies = [
|
|
('Libint', '2.7.2', '-lmax-6-cp2k'),
|
|
('libxc', '5.2.3'),
|
|
('libxsmm', '1.17'),
|
|
('FFTW', '3.3.10'),
|
|
('PLUMED', '2.8.0'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('flex', '2.6.4'),
|
|
('Bison', '3.8.2'),
|
|
]
|
|
|
|
type = 'psmp'
|
|
|
|
# regression test reports handful of failures,
|
|
# we're assuming those are OK to ignore...
|
|
ignore_regtest_fails = True
|
|
|
|
moduleclass = 'chem'
|