X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustersplitcommand.cpp;fp=clustersplitcommand.cpp;h=0e6798f39039ad9245e7e12131ac5722cdc34804;hb=8159f34321e2c771638059b59a986caca9f3ab60;hp=6d3c86ff1fa2efb62d46618f372706fd117c002a;hpb=7aa301dfa67cfcb5b00c6b4e38a7ad56eb8337db;p=mothur.git diff --git a/clustersplitcommand.cpp b/clustersplitcommand.cpp index 6d3c86f..0e6798f 100644 --- a/clustersplitcommand.cpp +++ b/clustersplitcommand.cpp @@ -447,11 +447,9 @@ int ClusterSplitCommand::execute(){ m->mothurOut("It took " + toString(time(NULL) - estart) + " seconds to split the distance file."); m->mothurOutEndLine(); estart = time(NULL); - + if (!runCluster) { -#ifdef USE_MPI - } -#endif + m->mothurOutEndLine(); m->mothurOut("Output File Names: "); m->mothurOutEndLine(); for (int i = 0; i < distName.size(); i++) { m->mothurOut(distName[i].begin()->first); m->mothurOutEndLine(); m->mothurOut(distName[i].begin()->second); m->mothurOutEndLine(); } @@ -459,7 +457,7 @@ int ClusterSplitCommand::execute(){ return 0; } - + //****************** break up files between processes and cluster each file set ******************************// #ifdef USE_MPI ////you are process 0 from above////