easyconfigs-it4i/p/ParMETIS/ParMETIS-4.0.3-intel-2020b.eb
Lukas Krupcik f855b5a83b new file: c/CMake/CMake-3.20.1.eb
new file:   c/cURL/cURL-7.76.0.eb
	new file:   e/expat/expat-2.2.9.eb
	new file:   f/fontconfig/fontconfig-2.13.93.eb
	new file:   f/freetype/freetype-2.10.4.eb
	modified:   g/gnuplot/gnuplot-5.2.3.eb
	modified:   g/gnuplot/gnuplot-5.2.8.eb
	new file:   h/HDF5/HDF5-1.10.6-foss-2020b-parallel.eb
	new file:   h/HDF5/HDF5-1.10.6-intel-2020b-parallel.eb
	new file:   i/iomkl/iomkl-2020b.eb
	new file:   l/libarchive/libarchive-3.5.1.eb
	new file:   l/libgd/libgd-2.3.1.eb
	new file:   l/libjpeg-turbo/libjpeg-turbo-2.0.6.eb
	modified:   l/libsndfile/libsndfile-1.0.28.eb
	modified:   m/mkl/mkl-2020.0.166.eb
	new file:   m/mkl/mkl-2020.4.304.eb
	new file:   n/NASM/NASM-2.15.05.eb
	new file:   o/Octave/Octave-6.3.0-intel-2020b-without-X11.eb
	new file:   p/ParMETIS/ParMETIS-4.0.3-foss-2020b.eb
	new file:   p/ParMETIS/ParMETIS-4.0.3-intel-2020b.eb
	new file:   u/util-linux/util-linux-2.36.eb
	modified:   v/VASP/VASP-6.2.1-intel-2020b-mkl=sequential-karolina.eb
	new file:   v/VirtualGL/VirtualGL-2.6.5-GCC-10.3.0.eb
	new file:   x/XZ/XZ-5.2.5.eb
2021-08-09 08:31:13 +02:00

26 lines
1.0 KiB
Plaintext

# IT4Innovations 2021
# LK
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 local_computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
routines that are especially suited for parallel AMR local_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': '2020b'}
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.16.2', '', True)]
moduleclass = 'math'