Struct t8_ghost_mpi_send_info_t

Struct Documentation

struct t8_ghost_mpi_send_info_t

The information for a remote process, what data we have to send to them.

Public Members

int recv_rank

The rank to which we send.

size_t num_bytes

The number of bytes that we send.

sc_MPI_Request *request

Communication request, not owned by this struct.

char *buffer

The send buffer.