3 #include "latlib/hypercache.h"
 
   5 void o815::obs::finish() {
 
   9 void o815::obs::start() {
 
  11     *out << "#" << O815->programid << "-" << obsid << obsidpostfix << O815->headMaster() << endl << flush;
 
  12     *out << "#" << O815->programid << "-" << obsid << obsidpostfix << O815->headMaster() << "-" << datadesc << endl << flush;
 
  15   if (O815->comargs.outdir=="")
 
  16     MPI_Barrier(MPI_COMM_WORLD);
 
  21 void o815::obs::meas(bool loadedobs, const int& nthmeas) {
 
  22   _meas(loadedobs, nthmeas);
 
  25 o815::obs::obs(const string& _obsid, const string& _datadesc, o815 *_O815, const int& obsmemSize, const string& _obsidpostfix) {
 
  27   obsidpostfix = _obsidpostfix;
 
  30   O815->out->newsub(obsid+obsidpostfix);
 
  32   out = O815->out->out[obsid+obsidpostfix];
 
  36   ocid = hypercache::initO(O815->programid + "-" + obsid, O815->comargs.nequi, O815->comargs.nskip,
 
  37                            O815->comargs.obscache.first, &obsMem, obsmemSize, O815->comargs.obscache.second, log);