mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00
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:
parent
bfab8d8010
commit
0aa29a2fc1
24
p/ParMETIS/ParMETIS-4.0.3-gompi-2017c.eb
Normal file
24
p/ParMETIS/ParMETIS-4.0.3-gompi-2017c.eb
Normal 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'
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user