3 #include "latlib/hypercache.h"
 
   7 void o815::obs::finish() {
 
  11 void o815::obs::start() {
 
  13     *out << "#" << O815->programid << "-" << obsid << obsidpostfix << O815->headMaster() << endl << flush;
 
  14     *out << "#" << O815->programid << "-" << obsid << obsidpostfix << O815->headMaster() << "-" << datadesc << endl << flush;
 
  17   if (O815->comargs.outdir=="")
 
  18     MPI_Barrier(MPI_COMM_WORLD);
 
  23 void o815::obs::meas(bool loadedobs, const int& nthmeas) {
 
  24   _meas(loadedobs, nthmeas);
 
  27 o815::obs::obs(const string& _obsid, const string& _datadesc, o815 *_O815, const int& obsmemSize, const string& _obsidpostfix) {
 
  29   obsidpostfix = _obsidpostfix;
 
  32   O815->out->newsub(obsid+obsidpostfix);
 
  34   out = O815->out->out[obsid+obsidpostfix];
 
  38   ocid = hypercache::initO(O815->programid + "-" + obsid, O815->comargs.nequi, O815->comargs.nskip,
 
  39                            O815->comargs.obscache.first, &obsMem, obsmemSize, O815->comargs.obscache.second, log);