X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifyseqscommand.cpp;h=7ae2ee5041af97ff462909095aa2af0ec24e5b0d;hb=b447f829850ae054e42560c7c3ed71b14f3f40bb;hp=85883282ed841c4f22bba3dda6e39e83fe5287c7;hpb=0319c36f068f092c766e1bff34b3554c1858255a;p=mothur.git diff --git a/classifyseqscommand.cpp b/classifyseqscommand.cpp index 8588328..7ae2ee5 100644 --- a/classifyseqscommand.cpp +++ b/classifyseqscommand.cpp @@ -526,6 +526,11 @@ int ClassifySeqsCommand::execute(){ #endif #endif + m->mothurOutEndLine(); + m->mothurOut("It took " + toString(time(NULL) - start) + " secs to classify " + toString(numFastaSeqs) + " sequences."); m->mothurOutEndLine(); m->mothurOutEndLine(); + start = time(NULL); + + #ifdef USE_MPI if (pid == 0) { //this part does not need to be paralellized @@ -556,10 +561,6 @@ int ClassifySeqsCommand::execute(){ } #endif - m->mothurOutEndLine(); - m->mothurOut("It took " + toString(time(NULL) - start) + " secs to classify " + toString(numFastaSeqs) + " sequences."); m->mothurOutEndLine(); m->mothurOutEndLine(); - start = time(NULL); - string group = ""; if (groupfile != "") { group = groupfileNames[s]; }