mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00

new file: b/Boost/Boost-1.68.0-intel-2017c-Py-2.7.eb new file: c/CMake/CMake-3.14.1-intel-2017c.eb new file: c/CheMPS2/CheMPS2-1.8.9-intel-2017c.eb new file: d/decorator/decorator-4.4.0-Py-2.7.eb new file: d/deepdiff/deepdiff-3.3.0-Py-2.7.eb new file: d/deepdiff/deepdiff-4.0.6-Py-2.7.eb new file: g/GLM/GLM-0.9.9.0-GCCcore-6.3.0.eb new file: h/HDF5/HDF5-1.10.4-intel-2017c-parallel.eb new file: h/HDF5/HDF5-1.10.4-intel-2017c.eb modified: l/libGLU/libGLU-9.0.0.eb modified: l/libpng/libpng-1.6.29.eb new file: m/MATIO/MATIO-1.5.12-GCCcore-6.3.0.eb new file: n/netCDF/netCDF-4.6.1-intel-2017c.eb new file: n/networkx/networkx-2.2-Py-2.7.eb new file: n/networkx/networkx-2.3-Py-2.7.eb new file: p/PSI4/PSI4-1.2.1-intel-2017c-Py-2.7.eb new file: p/PSI4/PSI4-1.2.1_fix_cmake_release.patch new file: p/ParMETIS/ParMETIS-4.0.3-intel-2017c.eb new file: p/pluggy/pluggy-0.9.0-Py-2.7.eb new file: p/pytest/pytest-4.4.0-Py-2.7.eb modified: r/R/R-3.5.3-intel-2017a.eb new file: s/SCOTCH/SCOTCH-6.0.6-intel-2017c.eb new file: s/SuiteSparse/SuiteSparse-5.1.2-intel-2017c-METIS-5.1.0.eb new file: s/SuiteSparse/SuiteSparse-5.4.0-intel-2017c-METIS-5.1.0.eb new file: s/six/six-1.12.0-Py-2.7.eb new file: t/Trilinos/Trilinos-12.12.1-intel-2017c-Py-2.7.eb
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
# IT4Innovations 2019
|
|
|
|
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': 'intel', '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'
|