]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.h
working on windows paralellization, added trimOligos class to be used by trim.flows...
[mothur.git] / screenseqscommand.h
index 3642295b54af9d46fd246ad642065952af7295ab..87c8beef870b82a95f79bfddcdacba8ab2a1d47e 100644 (file)
@@ -33,9 +33,9 @@ public:
 private:
 
        struct linePair {
-               unsigned long int start;
-               unsigned long int end;
-               linePair(unsigned long int i, unsigned long int j) : start(i), end(j) {}
+               unsigned long long start;
+               unsigned long long end;
+               linePair(unsigned long long i, unsigned long long j) : start(i), end(j) {}
        };
 
        vector<int> processIDS;   //processid
@@ -50,7 +50,7 @@ private:
        int createProcesses(string, string, string, set<string>&);
        
        #ifdef USE_MPI
-       int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, vector<unsigned long int>&, set<string>&);
+       int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, vector<unsigned long long>&, set<string>&);
        #endif
 
        bool abort;
@@ -61,7 +61,7 @@ private:
        map<string, int> nameMap;
        int readNames();
        
-       int getSummary(vector<unsigned long int>&);
+       int getSummary(vector<unsigned long long>&);
        int createProcessesCreateSummary(vector<int>&, vector<int>&, vector<int>&, vector<int>&, vector<int>&, string);
        int driverCreateSummary(vector<int>&, vector<int>&, vector<int>&, vector<int>&, vector<int>&, string, linePair*);       
 };