METIS icon indicating copy to clipboard operation
METIS copied to clipboard

METIS - Serial Graph Partitioning and Fill-reducing Matrix Ordering

Results 84 METIS issues
Sort by recently updated
recently updated
newest added

Hi, since the official website is down (#37), is it possible to upload/tag the old releases in this repo? Also, there's been quite some changes compared to v5.1.0 (the latest...

On the wikipedia METIS [page ](https://en.wikipedia.org/wiki/METIS) I see an external link going to [this page](http://glaros.dtc.umn.edu/gkhome/views/metis) at umn.edu. Is one of them more official than the other? Is it a fork?...

As it is a dependency it would be nice to add the possibility in the CMakeLists.txt to specify the include and library directory for GKlib, for example when using it...

Found via `codespell -q 3 -L ifset,ned,nd,`

Hey, [SCIP](https://www.scipopt.org/index.php#download) download page recommend installing [hMETIS](http://glaros.dtc.umn.edu/gkhome/fetch/sw/hmetis/) but the link is not working. Is it possible to update the link? Thanks in advance!

/METIS/build# cmake .. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use...

Trying to build [https://github.com/ceres-solver/ceres-solver](https://github.com/ceres-solver/ceres-solver) without **SuiteSparse BUT METIS** , I got: ```console undefined reference to `METIS_NodeND' ```

I am using METIS for a CFD code. I would like to minimze the maximum degree of the subdomain graph. Following the documentation, I am currently doing the following ```cpp...

Thanks for creating this repository. Before this, people from PETSc project maintained their own in https://bitbucket.org/petsc/pkg-metis/. We should review the [changes](https://bitbucket.org/petsc/pkg-metis/commits/) they made and incorporate them here. cc @prj- @balay...

Hello, I have a question about aggregation using Metis in AMG (algebraic multigrid) and want to discuss it with you Due to the limited number of split subgraphs imposed by...