This repository contains materials for the paper "MultiGraph: Efficient Graph Processing on GPUs".
Running './install.sh' without any arguments.
1. cmake >= 3.2
3. gcc >= 4.9 && < 5.0
4. nvcc 7.5
1. Nvidia Kepler GPU
2. CC 3.5
MTX files (Matrix Market Format) are compartible with the program.
BFS : ./BFS file-name.mtx source-vertex num-of-iteration (e.g., ./BFS soc-LiveJournal1.mtx 0 1)
SSSP, BC, CC, DATA-DRIVEN-PR, TOPOLOGY-DRIVEN-PR are the same.
-
improve performance for small dataset
-
tune for Pascal machine
-
improve overall performance
-
processing non-symmetric graphs (currently, all datasets are symmetrized)