GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sc::intMessageGrp(3) MPQC sc::intMessageGrp(3)

sc::intMessageGrp - Uses integer message types to send and receive messages.

#include <message.h>

Inherits sc::MessageGrp.

Inherited by sc::ShmMessageGrp.


void raw_send (int target, const void *data, int nbyte)
void raw_recv (int sender, void *data, int nbyte)
void raw_sendt (int target, int type, const void *data, int nbyte)
void raw_recvt (int type, void *data, int nbyte)
int probet (int)
Ask if a given typed message has been received. int leftover_ctl_bits ()


int msgtype_typ (int msgtype)
int typ_msgtype (int usrtype)
int seq_msgtype (int source, int seq)
virtual void basic_send (int target, int type, const void *data, int nbyte)=0
Must be implemented by specializations. virtual void basic_recv (int type, void *data, int nbyte)=0
Must be implemented by specializations. virtual int basic_probe (int type)=0
Must be implemented by specializations. intMessageGrp (const Ref< KeyVal > &)
void initialize (int me, int n, int nbits)


int msgtype_nbit
int ctl_nbit
int seq_nbit
int typ_nbit
int src_nbit
int ctl_mask
int seq_mask
int typ_mask
int src_mask
int ctl_shift
int seq_shift
int typ_shift
int src_shift
int * source_seq
int * target_seq

Uses integer message types to send and receive messages.

Message group specializations that use the MPI library and the Paragon NX can be conveniently implemented in terms of this.

Must be implemented by specializations.

Implemented in sc::ShmMessageGrp.

Must be implemented by specializations.

Implemented in sc::ShmMessageGrp.

Must be implemented by specializations.

Implemented in sc::ShmMessageGrp.

Ask if a given typed message has been received.

Implements sc::MessageGrp.

Implements sc::MessageGrp.

Implements sc::MessageGrp.

Implements sc::MessageGrp.

Implements sc::MessageGrp.

Generated automatically by Doxygen for MPQC from the source code.
Tue Jun 7 2022 Version 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.