GKlib icon indicating copy to clipboard operation
GKlib copied to clipboard

A library of various helper routines and frameworks used by many of the lab's software

Results 34 GKlib issues
Sort by recently updated
recently updated
newest added

`-Werror` was not being forced for any other compiler; it doesn't make sense to force it just for GCC.

Here is the error encountered by a user when installing `gklib:arm64-android `using vcpkg with clang 17.0.2: ``` error.c:205:10: error: call to undeclared function 'backtrace'; ISO C99 and later do not...

The latest tag is from over 2 years ago: ``` METIS-v5.1.1-DistDGL-0.5 Sep 13, 2020 ``` It's easier for scripts to download this than to use git operations, which require me...

On my laptop GKlib installs fine, but on two linux clusters (stampede2 & frontera, in case you have access to them) I get: ``` In file included from /work2/00434/eijkhout/gklib/gklib-git/./GKlib.h:41, from...

This shows how the CMake script can be simplified to work better across contemporary platforms.

I'm getting an error trying to compile GKlib on a CentOS 7 cluster (therefore, I have to build it myself) using cmake 3.6.1 and gcc 8.1.0. The error while executing...

This is the counterpart of https://github.com/KarypisLab/METIS/pull/79

The primary purpose of this PR is to incorporate modern CMake (>=3.1) best practices into GKlib. As a result, a reorganization of the directory structure as well as a few...

allows to install dlls too

Hi developer, This is an issue happening with multi-threading. When using Metis::METIS_PartGraphRecursive in one thread, everything works ok. However, switching to parallel calls triggers a wired error related to "mallac&free",...