COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
dist_graph_comm_data_t Struct Reference

#include <graph.h>

Public Attributes

int32_tsendbuf_counts
 
int32_trecvbuf_counts
 
int32_tsendbuf_displs
 
int32_trecvbuf_displs
 
uint32_tadj_sendbuf
 
uint32_tadj_recvbuf
 
int32_tadj_sendbuf_counts
 
int32_tadj_recvbuf_counts
 
int32_tadj_sendbuf_displs
 
int32_tadj_recvbuf_displs
 
int irow
 
int jcol
 
int krep
 

Detailed Description

Definition at line 40 of file graph.h.

Member Data Documentation

◆ adj_recvbuf

uint32_t* dist_graph_comm_data_t::adj_recvbuf

Definition at line 51 of file graph.h.

◆ adj_recvbuf_counts

int32_t* dist_graph_comm_data_t::adj_recvbuf_counts

Definition at line 53 of file graph.h.

◆ adj_recvbuf_displs

int32_t* dist_graph_comm_data_t::adj_recvbuf_displs

Definition at line 55 of file graph.h.

◆ adj_sendbuf

uint32_t* dist_graph_comm_data_t::adj_sendbuf

Definition at line 50 of file graph.h.

◆ adj_sendbuf_counts

int32_t* dist_graph_comm_data_t::adj_sendbuf_counts

Definition at line 52 of file graph.h.

◆ adj_sendbuf_displs

int32_t* dist_graph_comm_data_t::adj_sendbuf_displs

Definition at line 54 of file graph.h.

◆ irow

int dist_graph_comm_data_t::irow

Definition at line 63 of file graph.h.

◆ jcol

int dist_graph_comm_data_t::jcol

Definition at line 64 of file graph.h.

◆ krep

int dist_graph_comm_data_t::krep

Definition at line 65 of file graph.h.

◆ recvbuf_counts

int32_t* dist_graph_comm_data_t::recvbuf_counts

Definition at line 44 of file graph.h.

◆ recvbuf_displs

int32_t* dist_graph_comm_data_t::recvbuf_displs

Definition at line 48 of file graph.h.

◆ sendbuf_counts

int32_t* dist_graph_comm_data_t::sendbuf_counts

Definition at line 43 of file graph.h.

◆ sendbuf_displs

int32_t* dist_graph_comm_data_t::sendbuf_displs

Definition at line 47 of file graph.h.


The documentation for this struct was generated from the following file: