#include "latlib/hypercache.h"
+#ifndef MPI_DISABLED
#include <mpi.h>
+#endif
void o815::obs::finish() {
_finish();
*out << "#" << O815->programid << "-" << obsid << obsidpostfix << O815->headMaster() << "-" << datadesc << endl << flush;
}
+#ifndef MPI_DISABLED
if (O815->comargs.outdir=="")
MPI_Barrier(MPI_COMM_WORLD);
-
+#endif
+
_start();
}