]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.cpp
modified mpi code to save ram by writing out every 10 seqs.
[mothur.git] / mothur.cpp
index 75d03e16d62a4c01b20236b42c00c1e00cd0bfc0..623601207afe90ae92a691646110eac2e9a18f79 100644 (file)
@@ -107,7 +107,10 @@ int main(int argc, char *argv[]){
                m->mothurOutEndLine();  
                
                #ifdef USE_MPI
-                       m->mothurOutJustToLog("Using MPI\n");
+                       m->mothurOutJustToLog("Using MPI\tversion ");
+                       int version, subversion;
+                       MPI_Get_version(&version, &subversion);
+                       m->mothurOutJustToLog(toString(version) + "." + toString(subversion) + "\n");
                #endif
                
                //srand(54321);