mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 19:01:21 +01:00

modified: i/ifort/ifort-2018.0.128-GCC-6.4.0-2.28.eb modified: i/impi/impi-2018.0.128-iccifort-2018.0.128-GCC-6.4.0-2.28.eb new file: n/Netgen/Netgen-4.9.11-test.eb new file: n/Netgen/Netgen-4.9.11.eb new file: p/ParMETIS/ParMETIS-3.2.0-intel-2017a-for-netgen.eb new file: t/Togl/Togl-1.7.eb
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
name = 'ParMETIS'
|
|
version = '3.2.0'
|
|
versionsuffix = '-for-Netgen'
|
|
|
|
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': 'intel', 'version': '2017a'}
|
|
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 = ['ParMetis-%(version)s.tar.gz']
|
|
|
|
builddependencies = [('CMake', '3.9.0', '', True)]
|
|
|
|
dependencies = [
|
|
('Togl', '1.7', '', True),
|
|
('Tk', '8.6.5', '', True),
|
|
('Tcl', '8.6.5', '', True),
|
|
('Netgen', '4.9.11'),
|
|
]
|
|
|
|
moduleclass = 'math'
|