]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.cpp
changes while testing 1.27
[mothur.git] / clustersplitcommand.cpp
index 09be4aaafc3ab9fd794678a578d22ed57329febf..b3ce0f938c90d55fcfb86360677e3fd5e93a01b5 100644 (file)
@@ -1035,7 +1035,7 @@ vector<string>  ClusterSplitCommand::createProcesses(vector< map<string, string>
                //Above fork() will clone, so memory is separate, but that's not the case with windows, 
                //Taking advantage of shared memory to allow both threads to add labels.
                //////////////////////////////////////////////////////////////////////////////////////////////////////
-               
+               /*
                vector<clusterData*> pDataArray; 
                DWORD   dwThreadIdArray[processors-1];
                HANDLE  hThreadArray[processors-1]; 
@@ -1073,7 +1073,7 @@ vector<string>  ClusterSplitCommand::createProcesses(vector< map<string, string>
                        CloseHandle(hThreadArray[i]);
                        delete pDataArray[i];
                }
-
+*/
        #endif          
         
         return listFiles;