X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=bellerophon.cpp;h=833cfb907d6d4bd2aed8acb3d8522932ac3b2e7d;hp=9dd21a4446e8d0ebd60ad7438dabe73d7a293128;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=88fbc534a92cb91900e98a3288dfa1f68828b69b diff --git a/bellerophon.cpp b/bellerophon.cpp index 9dd21a4..833cfb9 100644 --- a/bellerophon.cpp +++ b/bellerophon.cpp @@ -314,7 +314,7 @@ int Bellerophon::getChimeras() { #else //divide breakpoints between processors - #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) + #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) if(processors == 1){ lines.push_back(linePair(0, iters)); @@ -356,7 +356,7 @@ int Bellerophon::getChimeras() { int Bellerophon::createProcesses(vector mid) { try { -#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) int process = 0; int exitCommand = 1; vector processIDS;