X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustersplitcommand.cpp;h=b3ce0f938c90d55fcfb86360677e3fd5e93a01b5;hb=035f86272c776e1cccaa47021e26782e49cd41e7;hp=09be4aaafc3ab9fd794678a578d22ed57329febf;hpb=529ec122f7cac4af987e121d150b878d7c7a0d5d;p=mothur.git diff --git a/clustersplitcommand.cpp b/clustersplitcommand.cpp index 09be4aa..b3ce0f9 100644 --- a/clustersplitcommand.cpp +++ b/clustersplitcommand.cpp @@ -1035,7 +1035,7 @@ vector ClusterSplitCommand::createProcesses(vector< map //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 pDataArray; DWORD dwThreadIdArray[processors-1]; HANDLE hThreadArray[processors-1]; @@ -1073,7 +1073,7 @@ vector ClusterSplitCommand::createProcesses(vector< map CloseHandle(hThreadArray[i]); delete pDataArray[i]; } - +*/ #endif return listFiles;