Next: Introduction
Up: BIP Messages User Manual
Previous: BIP Messages User Manual
- Introduction
- BIP message-passing model and semantics
- Definition of BIP variables and functions
- Basic primitives and variables of BIP
- extern int bip_mynode,bip_numnodes
- void bip_init(void)
- int bip_tisend(int dst,int tag,int *buf, int
length)
- void bip_swait(int id)
- int bip_stest(int id)
- int bip_tirecv(int tag,int *buf, int maxlength)
- int bip_rwait(int id)
- int bip_rwaitx(int id,int *node)
- int bip_rtest(int id)
- int bip_rtestx(int id,int *node)
- int bip_tprobe(int tag)
- int bip_tnrecv(int tag, int *buf,int maxlength)
- int bip_tnrecvx(int tag, int *buf,int maxlength,int *node)
- int *bip_tgetmsg(int tag, int *length, int *node)
- int *bip_tngetmsg(int tag, int *length,int *node)
- void bip_tfreemsg(int tag)
- int bip_taginit(int tag, int nbufs, int size)
- Blocking calls
- Non tagged message
- bip_isend(int dst, int *buf, int length)
- int bip_irecv(int *buf, int maxlength)
- int bip_nrecv(int *buf,int maxlength)
- int bip_nrecvx(int *buf,int maxlength,int *node)
- int *bip_getmsg(int *length, int *node)
- int *bip_ngetmsg(int *length, int *node)
- void bip_freemsg(void)
- int bip_probe(void)
- int bip_recv(int *buf,int maxlength)
- int bip_recvx(int *buf,int maxlength,int *node)
- int bip_send(int dst, int *buf,int length)
- Comments
- BIP utilization
- Definition of the BIP configuration file format
- Installation
- References
- About this document ...
Loic Prylli
Mon Jun 8 09:38:30 CEST 1998