mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-18 20:50:49 +01:00
new file: p/ParMETIS/ParMETIS-4.0.3-gompi-2020a.eb
This commit is contained in:
parent
a0b1e3ca40
commit
861395339f
25
p/ParMETIS/ParMETIS-4.0.3-gompi-2020a.eb
Normal file
25
p/ParMETIS/ParMETIS-4.0.3-gompi-2020a.eb
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# IT4Innovations 2021
|
||||||
|
# LK
|
||||||
|
|
||||||
|
name = 'ParMETIS'
|
||||||
|
version = '4.0.3'
|
||||||
|
|
||||||
|
homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
|
||||||
|
description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs,
|
||||||
|
meshes, and for local_computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
|
||||||
|
routines that are especially suited for parallel AMR local_computations and large scale numerical simulations. The algorithms implemented in
|
||||||
|
ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
|
||||||
|
schemes."""
|
||||||
|
|
||||||
|
toolchain = {'name': 'gompi', 'version': '2020a'}
|
||||||
|
toolchainopts = {'usempi': True, 'pic': True}
|
||||||
|
|
||||||
|
source_urls = [
|
||||||
|
'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
|
||||||
|
'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD',
|
||||||
|
]
|
||||||
|
sources = [SOURCELOWER_TAR_GZ]
|
||||||
|
|
||||||
|
builddependencies = [('CMake', '3.16.2', '', True)]
|
||||||
|
|
||||||
|
moduleclass = 'math'
|
Loading…
x
Reference in New Issue
Block a user