|
Functions |
| GSHORT | WorldRank () |
| GSHORT | WorldSize () |
| void | InitComm (int *argc, char **argv[]) |
| void | TermComm () |
| GBOOL | ASendRecv (void **RecvBuff, GINT nRecvBuff, GINT *isend, GINT *maxRecvLen, GC_DATATYPE rtype, GSHORT *source, GBOOL bUseSource, void **SendBuff, GINT nSendBuff, GINT *irecv, GINT *maxSendLen, GC_DATATYPE stype, GSHORT *dest) |
| GBOOL | ASendRecvDB (GDWBuffer **RecvBuff, GINT nRecvBuff, GINT *irecv, GINT maxRecvLen, GSHORT *source, GBOOL bUseSource, GDWBuffer **SendBuff, GINT nSendBuff, GINT *isend, GINT maxSendLen, GSHORT *dest) |
| GBOOL | ASendRecvNB (GNIDBuffer **RecvBuff, GINT nRecvBuff, GINT *irecv, GINT maxRecvLen, GSHORT *source, GBOOL bUseSource, GNIDBuffer **SendBuff, GINT nSendBuff, GINT *isend, GINT maxSendLen, GSHORT *dest) |
| void | ARecv (void **RecvBuff, GINT nRecvBuff, GINT *rBuffLen, GINT *iBuff, GC_DATATYPE rtype, GSHORT *source, CHandle &hret) |
| GBOOL | BSend (void **SendBuff, GINT nSendBuff, GINT *sBuffLen, GINT *iBuff, GC_DATATYPE stype, GSHORT *dest) |
| GBOOL | AWaitOnRecv (CHandle &ch) |
| GSHORT | Allreduce (void *operand, void *result, const GINT count, GC_DATATYPE itype, G_OP iop) |
| GSHORT | Allreduce (void *operand, void *result, const GINT count, GC_DATATYPE itype, G_OP iop, void *comm) |
| GSHORT | Allgather (void *operand, GINT sendcount, GC_DATATYPE stype, void *result, GINT recvcount, GC_DATATYPE rtype) |
| GSHORT | Allgather (void *operand, GINT sendcount, GC_DATATYPE stype, void *result, GINT recvcount, GC_DATATYPE rtype, void *comm) |
| GBOOL | DataTypeFromStruct (AGINT blk_ptr[], GC_DATATYPE sz_types[], GINT n_types[], const GINT n_blk, GC_DATATYPE *return_type) |
| void | DataTypeFree (GC_DATATYPE *type) |
| void | Address (void *location, AGINT *address) |
| void | Synch () |
| void | Synch (void *comm) |
| GSHORT | Allreduce (void *, void *, const GINT count, GC_DATATYPE data_type, GBOOL b, G_OP op) |