]> git.donarmstrong.com Git - mothur.git/blobdiff - distancecommand.h
finished mpi for filter.seqs
[mothur.git] / distancecommand.h
index 7521ac70bdf6cf323b6442577ec7b1e609d6ccd8..c1dac1443a4d2a213ab715d79908e6dd76027a62 100644 (file)
@@ -20,7 +20,7 @@
 class DistanceCommand : public Command {
 
 public:
-       DistanceCommand(string);        
+       DistanceCommand(string);
        ~DistanceCommand();
        int execute();  
        void help();
@@ -46,7 +46,13 @@ private:
        //void appendFiles(string, string);
        void createProcesses(string);
        int driver(/*Dist*, SequenceDB, */int, int, string, float);
-       void convertMatrix(string);
+       
+       #ifdef USE_MPI 
+       int driverMPI(int, int, MPI_File&, float);
+       #endif
+       
+       int convertMatrix(string);
+       int convertToLowerTriangle(string);
 
 };