]> git.treefish.org Git - phys/latlib.git/blobdiff - o815/o815.h
Fixed writeout option.
[phys/latlib.git] / o815 / o815.h
index b3ad62a79a7a0f81812ddcd6837960f9d2c28ffb..79d427dbb415dfe3c687579eb0c0d8eb93d5dcfa 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <string>
 #include <vector>
-#include <mpi.h>
 #include <stdlib.h>
 #include <getopt.h>
 
@@ -92,13 +91,13 @@ class o815 {
 
 private:
   vector<comoption> comOptions;
-  MPI_Status mpiStatus;
   int numprocs, rank;
   static void listArg(int *target, int tlen, char *listarg);
   void parseArgs(int argc, char **argv, comoption specOps[]);
   string programid;
   int nextParas();
   comoption* getOptionByVal(int val);
+  static void readCacheArgs(const string& arg, string& cachedir, int& cachemode);
 };
 
 #endif