X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqerrorcommand.cpp;h=5efb1ce78c659577c520defc124c48e60b848dc8;hb=75962c819c16814e5c2340d99af1aa62e564dc20;hp=2774922a78d43f08186d15d29e15632b2af76de8;hpb=fe0f86cb70ff3ce31df98ed49e404c7e12e21b3d;p=mothur.git diff --git a/seqerrorcommand.cpp b/seqerrorcommand.cpp index 2774922..5efb1ce 100644 --- a/seqerrorcommand.cpp +++ b/seqerrorcommand.cpp @@ -347,6 +347,7 @@ int SeqErrorCommand::createProcesses(string filename, string qFileName, string r processIDS.clear(); map >::iterator it; int num = 0; +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) //loop through and create all the processes you want while (process != processors) { @@ -569,7 +570,7 @@ int SeqErrorCommand::createProcesses(string filename, string qFileName, string r in.close(); remove(tempFile.c_str()); } - +#endif return num; } catch(exception& e) {