]> git.treefish.org Git - phys/latlib.git/blobdiff - o815/o815.h
Fixed MPI cmake config.
[phys/latlib.git] / o815 / o815.h
index b3ad62a79a7a0f81812ddcd6837960f9d2c28ffb..4f741a1e093283e3d1ca5010d58b0cf901bedb29 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <string>
 #include <vector>
-#include <mpi.h>
 #include <stdlib.h>
 #include <getopt.h>
 
@@ -92,7 +91,6 @@ 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[]);