Summary
ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs 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.
Versions
v4.0.3_p20230326-r1 :: 0 :: gentoo
- Modified
- License
- all-rights-reserved
- Keywords
- ~amd64 ~amd64-linux ~arm64 ~loong ~riscv ~x86
- USE flags
- examples openmp pcre
v4.0.3-r2 :: 0 :: gentoo
- Modified
- License
- all-rights-reserved
- Keywords
- amd64 arm64 ~amd64-linux ~riscv ~x86 ~x86-linux
- USE flags
- doc examples openmp pcre
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- examples
- Install examples, usually source code
- openmp
- Build support for the OpenMP (support parallel computing), requires >=sys-devel/gcc-4.2 built with USE="openmp"
- pcre
- Add support for Perl Compatible Regular Expressions
Dependencies
dev-libs / libpcre : Perl-compatible regular expression library
sci-libs / gklib : Helper routines and frameworks used by KarypisLab software
sci-libs / metis : A package for unstructured serial graph partitioning
virtual / mpi : Virtual for Message Passing Interface (MPI) v2.0 implementation
Runtime Dependencies
dev-libs / libpcre : Perl-compatible regular expression library
sci-libs / gklib : Helper routines and frameworks used by KarypisLab software
sci-libs / metis : A package for unstructured serial graph partitioning
virtual / mpi : Virtual for Message Passing Interface (MPI) v2.0 implementation
Depending packages
sci-libs / dealii : Solving partial differential equations with the finite element method
sci-libs / mumps : MUltifrontal Massively Parallel sparse direct matrix Solver
sci-libs / pastix : Parallel solver for very large sparse linear systems
sci-mathematics / petsc : Portable, Extensible Toolkit for Scientific Computation
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/parmetis: Keyword 4.0.3_p20230326-r1 arm64, #905468
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-libs/parmetis: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
sci-libs/parmetis: keyword 4.0.3_p20230326-r1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
sci-libs/parmetis: Keyword 4.0.3_p20230326-r1 riscv, #905468
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Ammerlaan · gentoo
sci-libs/parmetis: fixup pkgconfig file
Newer versions of parmetis no longer have gklib bundled. For backwards compatibility add gklib to the pkgconfig file for software that still assumes that gklib is part of parmetis. Bug: https://bugs.gentoo.org/905632 Closes: https://bugs.gentoo.org/704348 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-libs/parmetis: Keyword 4.0.3_p20230326 x86, #905468
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Ammerlaan · gentoo
sci-libs/parmetis: add 4.0.3_p20230326
the license indicates we probably still need the fetch restriction. Closes: https://bugs.gentoo.org/905318 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yixun Lan · gentoo
sci-libs/parmetis: Keyword 4.0.3-r2 riscv, #881389
Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sci-libs/parmetis: [QA] use tc-check-openmp correctly
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/parmetis: drop 4.0.3-r1
Closes: https://bugs.gentoo.org/816579 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sci-libs/parmetis: Stabilize 4.0.3-r2 arm64, #816579
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
sci-libs/parmetis: Stabilize 4.0.3-r2 x86, #816579
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
sci-libs/parmetis: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/parmetis: Stabilize 4.0.3-r2 amd64, #816579
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Ammerlaan · gentoo
sci-libs/parmetis: update homepage
Closes: https://bugs.gentoo.org/802987 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
sci-libs/parmetis: major refactoring
1. Update to EAPI 7 and cmake.eclass 2. Unbundle sci-libs/metis 3. Remove IUSE=mpi - with METIS unbundled, settings USE=-mpi effectively turns this package into a metapackage 4. Add USE=fortran requirement to virtual/mpi - without it, libparmetis.so ends up with unresolved symbol MPI_Comm_f2c 5. CMakeFiles are now modified by patches rather than sed - the changes are entirely static so there is no need for the latter Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/parmetis: use tc-check-openmp
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org> - Sam James · gentoo
sci-libs/parmetis: add missing libpcre dependency
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
sci-libs/parmetis: Fix LICENSE, add mirror and bindist restrictions.
Closes: https://bugs.gentoo.org/702362 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
sci-libs/parmetis: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64" - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-libs/parmetis: Drop 3.2.0
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Agostino Sarubbo · gentoo
sci-libs/parmetis: amd64 stable wrt bug #677116
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sci-libs/parmetis: x86 stable (bug #677116)
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-libs/parmetis: EAPI-6 bump, add missing cmake-utils_src_prepare
Closes: https://bugs.gentoo.org/671994 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
sci-libs/parmetis: missing || die
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
sci-libs/parmetis: move parmetis to main repository
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed