METIS
METIS copied to clipboard
METIS - Serial Graph Partitioning and Fill-reducing Matrix Ordering
Hello there, I'm using METIS with Conan from the Conan Center, so it's METIS 5.2.1. I have a mesh that has 297 elements, so those are the 297 nodes of...
Excuse me, is there any version to support online METIS or stream METIS?
By default METIS (& GKlib) are compiled with march=native which can cause errors like: `Program terminated with signal SIGILL, Illegal instruction.` https://github.com/KarypisLab/METIS/blob/master/conf/gkbuild.cmake#L39 this should be an opt-in option
Is there some way to build metis and GKlib so that I can link my program to just metis without also linking GKlib? I can't seem to figure out how...
Hello, We have added METIS to our physics simulator to partition simulation grids, but we are having some issues with stability. In order to "force" connection between certain nodes, we...
So following [issue 91](https://github.com/KarypisLab/METIS/issues/91), I suggest those modifications. Rather simple, I added a new variable define at compile time called METIS_ERROR_INVALID_BISECTION (set to -999999) that will be returned by function...
The first two loops in `CheckInputGraphWeights` in `checkgraph.c` have bad iteration logic and are guaranteed to perform out-of-bounds reads. It doesn't look like the function is called anywhere, but it...
When attempting to build METIS from source using [email protected] on my M2 mac, I receive the following error. ``` (venv) firion:METIS chapman39$ make config shared=1 cc=gcc prefix=~/local rm -rf build...
Found via `codespell -q 3 -L coo,ifset,ned,nd`
BUILD-Windows.txt does not say where to uncomment the definitions of IDXTYPEWIDTH and REALTYPEWIDTH
BUILD-Windows.txt says the following, but does not say in which files to uncomment these lines: Finally, you need to manually uncomment the following two lines: //#define IDXTYPEWIDTH 32 //#define REALTYPEWIDTH...