14 typedef struct RStream* rstream;
15 typedef struct GRStream* grstream;
The C++ interface to the Parallel Control Unit.
The Parallel Contrul Unit class encapsulates parallel communication.
FILE * openGRStreamRead(grstream grs, const char *named, pcu::PCU *PCUObj)
open named stream in geom-restart stream for reading
FILE * openRStreamWrite(rstream rs, pcu::PCU *PCUObj)
open restart stream for writing
void clearGRStream(grstream grs, pcu::PCU *PCUObj)
clear geom-restart stream
FILE * openGRStreamWrite(grstream grs, const char *named, pcu::PCU *PCUObj)
open named stream in geom-restart stream for writing
FILE * openRStreamRead(rstream rs, pcu::PCU *PCUObj)
open restart stream for reading
void destroyRStream(rstream rs, pcu::PCU *PCUObj)
detach output stream
void attachRStream(grstream grs, rstream rs, pcu::PCU *PCUObj)
dev function
grstream makeGRStream(pcu::PCU *PCUObj)
make geom-restart stream
void destroyGRStream(grstream grs, pcu::PCU *PCUObj)
destroy geom-restart stream
rstream makeRStream(pcu::PCU *PCUObj)
make restart stream
void clearRStream(rstream rs, pcu::PCU *PCUObj)
clear restart stream