GraphBLAS / LAGraph

This is a library plus a test harness for collecting algorithms that use the GraphBLAS. For test coverage reports, see https://graphblas.org/LAGraph/ . Documentation: https://lagraph.readthedocs.org
Other
225 stars 59 forks source link

Bringing coarsening into dev #222

Closed VidithM closed 1 year ago

VidithM commented 1 year ago
VidithM commented 1 year ago

It looks like the CI failure is caused by the LAGRAPH_SUITESPARSE flag not being present, which triggers the LG_ASSERT, which triggers LG_FREE_ALL which attempts to free the E matrix which has not been declared yet.