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

CMake (GUI) can display project options with the same prefix under a single group. For example, `CMAKE_C_COMPILER` and `CMAKE_C_FLAGS` can be displayed under the `CMAKE` group. Currently, all of the...

Currently the CMake build system is hidden by a Makefile and it cannot be used directly. This makes it difficult to use all the parameters CMake offers like compiler, flags,...

Some jobs report the following error when run through Valgrind ``` ==12272== Invalid read of size 8 ==12272== at 0x6B7ABF3: libmetis__Greedy_KWayCutOptimize (kwayfm.c:497) ==12272== by 0x6B76A9E: libmetis__Greedy_KWayOptimize (kwayfm.c:26) ==12272== by 0x6B73D39:...

Hello, Thank you for sharing this valuable work! I am having some trouble understanding the behavior of metis with edge wights assigned. I suspect I am using the wrong options...

Function return wrong ordering on simplest graph. Results depend on input garbage in working parameters. example: const idx_t neqns = 2; idx_t xadj[3]={1,2,3}; idx_t adjncy[2] = {2,1}; idx_t delta =...

The old website doesn't seem to exist any more http://glaros.dtc.umn.edu and I welcome the change of having the project hosted on GitHub instead. Could you please make the 5.1.0 release...

The _xadj_ and _adjncy_ nodal graph arrays obtained when using the MeshToNodal function contain nodes which are not part of the "root" node's adjacency list. For example, let's take the...

Hi there, I want to use METIS as a baseline in my research project. I would like to know if the partitioning time is the elapsed time or the user...

Looking on https://github.com/KarypisLab/METIS/tags it is hard to say what is the latest version of the `METIS`. Is it possible to change or add git tag to have exact version number...