COMBINATORIAL_BLAS  1.6
graph500.h File Reference

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)
 

Macro Definition Documentation

◆ NAME

#define NAME   "Graph500 sequential list"

Definition at line 7 of file graph500.h.

◆ VERSION

#define VERSION   0

Definition at line 8 of file graph500.h.

Function Documentation

◆ create_graph_from_edgelist()

int create_graph_from_edgelist ( int64_t IJ,
int64_t  nedge 
)

Pass the edge list to an external graph creation routine.

◆ destroy_graph()

void destroy_graph ( void  )

Clean up.

◆ make_bfs_tree()

int make_bfs_tree ( int64_t bfs_tree_out,
int64_t max_vtx_out,
int64_t  srcvtx 
)

Create the BFS tree from a given source vertex.