COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
io_pp.cpp File Reference
#include <mpi.h>
#include <omp.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include "io_pp.h"
#include "comms.h"
#include "util.h"
Include dependency graph for io_pp.cpp:

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)
 

Variables

int procid
 
int nprocs
 
bool verbose
 
bool debug
 
bool verify
 
bool output
 

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.

Variable Documentation

◆ debug

bool debug

Definition at line 57 of file io_pp.cpp.

◆ nprocs

int nprocs

Definition at line 56 of file io_pp.cpp.

◆ output

bool output

Definition at line 57 of file io_pp.cpp.

◆ procid

int procid
extern

Definition at line 55 of file main.cpp.

◆ verbose

bool verbose
extern

Definition at line 56 of file main.cpp.

◆ verify

bool verify

Definition at line 57 of file io_pp.cpp.