COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
io_pp.h File Reference
#include "dist_graph.h"
#include "comms.h"
Include dependency graph for io_pp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int load_graph_edges_32 (char *input_filename, graph_gen_data_t *ggi)
 
int load_graph_edges_64 (char *input_filename, graph_gen_data_t *ggi)
 
int exchange_out_edges (graph_gen_data_t *ggi, mpi_data_t *comm)
 
int exchange_in_edges (graph_gen_data_t *ggi, mpi_data_t *comm)
 

Function Documentation

◆ exchange_in_edges()

int exchange_in_edges ( graph_gen_data_t ggi,
mpi_data_t comm 
)

Definition at line 338 of file io_pp.cpp.

◆ exchange_out_edges()

int exchange_out_edges ( graph_gen_data_t ggi,
mpi_data_t comm 
)

Definition at line 212 of file io_pp.cpp.

◆ load_graph_edges_32()

int load_graph_edges_32 ( char *  input_filename,
graph_gen_data_t ggi 
)

Definition at line 60 of file io_pp.cpp.

◆ load_graph_edges_64()

int load_graph_edges_64 ( char *  input_filename,
graph_gen_data_t ggi 
)

Definition at line 140 of file io_pp.cpp.