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
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
# IT41
|
|
|
|
name = 'METIS'
|
|
version = '5.1.0'
|
|
|
|
homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/metis/overview'
|
|
description = """METIS is a set of serial programs for partitioning graphs, partitioning finite element meshes,
|
|
and producing fill reducing orderings for sparse matrices. The algorithms implemented in METIS are based on the
|
|
multilevel recursive-bisection, multilevel k-way, and multi-constraint partitioning schemes."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020a'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = [
|
|
'http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis',
|
|
'http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD',
|
|
]
|
|
|
|
checksums = [
|
|
'76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2',
|
|
'7e38a3ec8f2b8e3d189239bade5b28c0dd1c564485050109164fa71a6a767c67'
|
|
]
|
|
|
|
# We use 32bit for indices and 64bit for content
|
|
patches = ['METIS-5.1.0-use-doubles.patch']
|
|
|
|
builddependencies = [('CMake', '3.16.4')]
|
|
|
|
configopts = ['', 'shared=1']
|
|
|
|
moduleclass = 'math'
|