OpenMPI  0.1.1
pml_csum_comm.h File Reference

Go to the source code of this file.

Data Structures

struct  mca_pml_csum_comm_proc_t
 
struct  mca_pml_comm_t
 Cached on ompi_communicator_t to hold queues/state used by the PML<->PTL interface for matching logic. More...
 

Typedefs

typedef struct
mca_pml_csum_comm_proc_t 
mca_pml_csum_comm_proc_t
 
typedef struct mca_pml_comm_t mca_pml_csum_comm_t
 

Functions

 OBJ_CLASS_DECLARATION (mca_pml_csum_comm_t)
 
int mca_pml_csum_comm_init_size (mca_pml_csum_comm_t *comm, size_t size)
 Initialize an instance of mca_pml_csum_comm_t based on the communicator size. More...
 

Function Documentation

int mca_pml_csum_comm_init_size ( mca_pml_csum_comm_t comm,
size_t  size 
)

Initialize an instance of mca_pml_csum_comm_t based on the communicator size.

Parameters
commInstance of mca_pml_csum_comm_t
sizeSize of communicator
Returns
OMPI_SUCCESS or error status on failure.

References OBJ_CONSTRUCT.