37 label& receiveBufPosition,
39 const bool clearAtEnd,
61 const int communicator,
commsTypes
Communications types.
Base class for input inter-processor communications stream (ie, parallel streams). Not to be used directly, thus contructors are protected.
IPBstream(const int communicator=UPstream::worldComm, IOstreamOption::streamFormat fmt=IOstreamOption::BINARY)
Construct with optional communicator and read format. Uses UPstream::masterNo() root.
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
Input inter-processor communications stream using MPI broadcast - operating on external buffer...
Inter-processor communications stream.
Wrapper for internally indexed communicator label. Always invokes UPstream::allocateCommunicatorCompo...
streamFormat
Data format (ascii | binary)
UIPBstream(DynamicList< char > &receiveBuf, label &receiveBufPosition, const int communicator=UPstream::worldComm, const bool clearAtEnd=false, IOstreamOption::streamFormat fmt=IOstreamOption::BINARY)
Construct using the given attached receive buffer,.
Inter-processor communications stream.