]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.hpp
testing mpi
[mothur.git] / commandfactory.hpp
index e1f62da1444022618454df7078180ed488edf325..6f96e90b4813e961222c60f9bb7390188d19c3e5 100644 (file)
@@ -25,6 +25,7 @@ public:
        void setOutputDirectory(string o)       {       outputDir = o;          }
        void setInputDirectory(string i)        {       inputDir = i;           }
        string getOutputDir()                           {       return outputDir;       }
+       bool MPIEnabled(string);
 
 private:
        Command* command;