]> git.donarmstrong.com Git - mothur.git/blobdiff - database.hpp
added MPI code, broke up chimera.seqs into 5 separated commands, added parse.sff...
[mothur.git] / database.hpp
index 994c84505f4594a4794e0279343fd82f1214b983..efc7ba7f111d956c31d20626d825c079cf7963c8 100644 (file)
@@ -55,7 +55,11 @@ public:
        virtual void setNumSeqs(int i) {        numSeqs = i;    }
        virtual vector<int> getSequencesWithKmer(int){ vector<int> filler; return filler; };  
        virtual int getMaxKmer(){       return 1;       };
-
+       
+       #ifdef USE_MPI  
+       virtual int MPISend(int) = 0;
+       virtual int MPIRecv(int) = 0;
+       #endif
        
 protected:
        MothurOut* m;