]> git.donarmstrong.com Git - mothur.git/blobdiff - classify.cpp
working on windows paralellization, added trimOligos class to be used by trim.flows...
[mothur.git] / classify.cpp
index e31e8ccf9fe209809f2521d0556704ebfc114b3e..eb0865c2744acfe120505a5a533cd482af8b9b19 100644 (file)
@@ -89,7 +89,7 @@ void Classify::generateDatabaseAndNames(string tfile, string tempFile, string me
                        m->mothurOut("Generating search database...    "); cout.flush();
        #ifdef USE_MPI  
                                int pid, processors;
-                               vector<unsigned long int> positions;
+                               vector<unsigned long long> positions;
                                int tag = 2001;
                        
                                MPI_Status status; 
@@ -252,7 +252,7 @@ int Classify::readTaxonomy(string file) {
 
 #ifdef USE_MPI 
                int pid, num, processors;
-               vector<unsigned long int> positions;
+               vector<unsigned long long> positions;
                int tag = 2001;
                
                MPI_Status status;