X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=engine.cpp;h=65349352d791f91aceeb850b114b697037984d41;hb=091640889a47c2fb66b479b3f3262addf3a3fb76;hp=2ed819f9661fe728526c5e9ba59ba661f58027e9;hpb=cf9a187f89caf821e454d1547d9b3893e17a1e76;p=mothur.git diff --git a/engine.cpp b/engine.cpp index 2ed819f..6534935 100644 --- a/engine.cpp +++ b/engine.cpp @@ -72,7 +72,7 @@ bool InteractEngine::getInput(){ int pid; MPI_Comm_rank(MPI_COMM_WORLD, &pid); -cout << pid << " is here " << commandName << endl; +//cout << pid << " is here " << commandName << endl; if ((cFactory->MPIEnabled(commandName)) || (pid == 0)) { #endif //executes valid command @@ -205,7 +205,7 @@ bool BatchEngine::getInput(){ int pid; MPI_Comm_rank(MPI_COMM_WORLD, &pid); -cout << pid << " is here " << commandName << '\t' << count << endl; +//cout << pid << " is here " << commandName << '\t' << count << endl; if ((cFactory->MPIEnabled(commandName)) || (pid == 0)) { #endif //executes valid command @@ -320,9 +320,9 @@ bool ScriptEngine::getInput(){ MPI_Comm_rank(MPI_COMM_WORLD, &pid); MPI_Comm_size(MPI_COMM_WORLD, &numProcesses); -cout << pid << " is here " << commandName << endl; +//cout << pid << " is here " << commandName << endl; if ((cFactory->MPIEnabled(commandName)) || (pid == 0)) { - cout << pid << " is in execute" << endl; + //cout << pid << " is in execute" << endl; #endif //executes valid command Command* command = cFactory->getCommand(commandName, options);