ldbc / ldbc_graphalytics_platforms_graphblas

LDBC Graphalytics implementation using SuiteSparse:GraphBLAS and LAGraph
Apache License 2.0
4 stars 7 forks source link

Change custom matrix loader to LAGraph MM loader #3

Closed hegyibalint closed 5 years ago

hegyibalint commented 5 years ago

Currently the raw *.e files can be read by the graphio.c loader. A better solution is to offload the reindexing of the files to another script (so Graphalytics loading times will make some sense now), and only use a lightweight loading provided by LAGraph.

hegyibalint commented 5 years ago

Implemented a converter target, which is a utility program to transform the Graphalytics matrices to the MatrixMarket format. This program is called from load-graph.sh.