Go to the source code of this file.
Macros | |
| #define | NAME "Graph500 sequential list" |
| #define | VERSION 0 |
Functions | |
| int | create_graph_from_edgelist (int64_t *IJ, int64_t nedge) |
| int | make_bfs_tree (int64_t *bfs_tree_out, int64_t *max_vtx_out, int64_t srcvtx) |
| void | destroy_graph (void) |
| #define NAME "Graph500 sequential list" |
Definition at line 7 of file graph500.h.
| #define VERSION 0 |
Definition at line 8 of file graph500.h.
Pass the edge list to an external graph creation routine.
| void destroy_graph | ( | void | ) |
Clean up.