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::BcastState(3) MPQC sc::BcastState(3)

sc::BcastState - This creates and forwards/retrieves data from either a BcastStateRecv or a BcastStateSend depending on the value of the argument to constructor.

#include <mstate.h>


BcastState (const Ref< MessageGrp > &, int source=0)
Create a BcastState object. The default source is node 0. void bcast (int &)
Broadcast data to all nodes. void bcast (double &)
void bcast (int *&, int)
void bcast (double *&, int)
template<class T > void bcast (Ref< T > &a)
void flush ()
Force data to be written. void forget_references ()
Call the StateOut or StateIn forget_references member. void set_buffer_size (int)
Controls the amount of data that is buffered before it is sent.

This creates and forwards/retrieves data from either a BcastStateRecv or a BcastStateSend depending on the value of the argument to constructor.

Broadcast data to all nodes. After these are called for a group of data the flush member must be called to force the source node to actually write the data.

Force data to be written. Data is not otherwise written until the buffer is full.

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.