mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00
24 lines
1021 B
Plaintext
24 lines
1021 B
Plaintext
name = 'ParMETIS'
|
|
version = '4.0.2'
|
|
|
|
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 computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
|
|
routines that are especially suited for parallel AMR 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': 'ictce', 'version': '5.3.0'}
|
|
toolchainopts = {'optarch': True, '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', '2.8.4')]
|
|
|
|
moduleclass = 'math'
|