new file: p/ParMETIS/ParMETIS-4.0.3-gompi-2017c.eb

modified:   p/ParMETIS/ParMETIS-4.0.3-intel-2017a.eb
This commit is contained in:
Lukáš Krupčík 2019-02-26 07:06:15 +01:00
parent bfab8d8010
commit 0aa29a2fc1
2 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,24 @@
# IT4Innovations
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 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': 'gompi', 'version': '2017c'}
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.13.1', '', True)]
moduleclass = 'math'

View File

@ -1,3 +1,5 @@
# IT4Innovations 2019
name = 'ParMETIS'
version = '4.0.3'
@ -17,6 +19,6 @@ source_urls = [
]
sources = [SOURCELOWER_TAR_GZ]
builddependencies = [('CMake', '3.7.2')]
builddependencies = [('CMake', '3.13.1', '', True)]
moduleclass = 'math'