]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyseqscommand.h
added MPI code, broke up chimera.seqs into 5 separated commands, added parse.sff...
[mothur.git] / classifyseqscommand.h
index 890085e53261ccf204a02b44fd6634e5020f0af0..0ffd18c27c70084acd2cd2c0eb99d6d2055c44b0 100644 (file)
@@ -57,6 +57,11 @@ private:
        void appendTaxFiles(string, string);
        void createProcesses(string, string, string); 
        string addUnclassifieds(string, int);
+       
+       int MPIReadNamesFile(string);
+       #ifdef USE_MPI
+       int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, vector<long>&);
+       #endif
 };
 
 #endif