X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustersplitcommand.cpp;fp=clustersplitcommand.cpp;h=b3ce0f938c90d55fcfb86360677e3fd5e93a01b5;hb=28bcfc4a41b8b82f66636587e0d4d355d07cbdd1;hp=09be4aaafc3ab9fd794678a578d22ed57329febf;hpb=4d3ecf0d35c014b176345d21383343e7a58d2445;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;