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

modified: l/LAMMPS/LAMMPS-2Aug2023_update1-foss-2021b-kokkos.eb new file: l/LAMMPS/LAMMPS-2Aug2023_update2-foss-2023a-kokkos-CUDA-12.1.1.eb new file: l/LAMMPS/LAMMPS-2Aug2023_update2-foss-2023a-kokkos.eb modified: m/METIS/METIS-5.1.0-intel-2020a.eb modified: p/PETSc/PETSc-3.12.4-intel-2020a.eb modified: s/SCOTCH/SCOTCH-6.0.9-intel-2020a.eb modified: s/SLEPc/SLEPc-3.13.3-intel-2020a.eb new file: y/Yambo/Yambo-5.2.3-intel-2020a-SLEPc.eb
22 lines
656 B
Plaintext
22 lines
656 B
Plaintext
# IT4Innovations 2020
|
|
|
|
name = 'SCOTCH'
|
|
version = '6.0.9'
|
|
|
|
homepage = 'http://gforge.inria.fr/projects/scotch/'
|
|
description = """Software package and libraries for sequential and parallel graph partitioning,
|
|
static mapping, and sparse matrix block ordering, and sequential mesh and hypergraph partitioning."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020a'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://gforge.inria.fr/frs/download.php/file/38187/']
|
|
sources = ['%(namelower)s_%(version)s.tar.gz']
|
|
checksums = ['622b4143cf01c480bb15708b3651b29c25e4aeb00c8c6447ff196aca2eca5c93']
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11'),
|
|
]
|
|
|
|
moduleclass = 'math'
|