ParMETIS icon indicating copy to clipboard operation
ParMETIS copied to clipboard

ParMETIS - Parallel Graph Partitioning and Fill-reducing Matrix Ordering

Results 13 ParMETIS issues
Sort by recently updated
recently updated
newest added

Version: - CentOS Linux release 7.4.1708 (Core) - gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39) ``` $ git clone --branch dgl https://github.com/KarypisLab/ParMETIS.git $ cd ParMETIS $ make config cc=mpicc prefix=~/local...

This makes trivial patches to ParMETIS and refers to my other forks of GKlib and METIS, which should each have their own PRs. It shows how the CMake script can...

Please, provide releases informing the recommended versions of GKlib and Metis

http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview Is this website being discontinued for ParMETIS? I cannot access it.

I have set the path of GKLIB, but it still cann't be foundd by the compiler.

Hi, ParMetis is an effective tool for graph partitioning, but when I tested on a large graph I didn't know how much memory resources to allocate and it always cause...

Spack included patches to the ParMETIS (version an UMn). I don't know if this is appropriate or not. Here are the two patches: From 1c1a9fd0f408dc4d42c57f5c3ee6ace411eb222b Mon Sep 17 00:00:00 2001...

It appears minor breaking changes have been made to the main branch without changing the version from 4.0.3 I grabbed this to rebuild and it was no longer compatible with...

I was wondering if it would be more convenient adding Metis and GKlib as external projects to ParMetis, or adding GKlib as an external project to Metis and Metis to...

I'm trying to test ParMETIS on a small toy graph that looks like this: graph_nodes.txt: ``` 0 1 0 0 0 1 0 1 0 1 0 2 1 0...