UMD-ARLIS / Graph-Benchmarking-Project

This repository contains work towards creating a comprehensive cross-platform graph processing benchmark for Community Detection and Subgraph Isomorphism problems. The repository is NOT YET COMPLETE and should not be used outside of a preliminary development perspective.
2 stars 0 forks source link

Remove Boilerplate and unnessecary code from GUNROCK for SGM #32

Open osullik opened 11 months ago

osullik commented 11 months ago

The Gunrock SGM directory has a lot of unnessecary code. We need to remove everything apart from what is required to execute SGM.

We also need to add citations to their git repo and their work.

We also need to describe and track changes we have made to the code base.

We need to add a metadata file to tell our experiment runner how to start it in serial vs parallel.