X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bellerophon.cpp;h=013c4dd7e6dd4d704964a6d4c308885733469a1d;hb=60928795782d8f8648ec373d6a96b53032a77429;hp=833cfb907d6d4bd2aed8acb3d8522932ac3b2e7d;hpb=cbbf2f185fc7289910bb69421095c1de024c5225;p=mothur.git diff --git a/bellerophon.cpp b/bellerophon.cpp index 833cfb9..013c4dd 100644 --- a/bellerophon.cpp +++ b/bellerophon.cpp @@ -370,7 +370,7 @@ int Bellerophon::createProcesses(vector mid) { process++; }else if (pid == 0){ exitCommand = driverChimeras(mid, lines[process]); - string tempOut = outputDir + toString(getpid()) + ".temp"; + string tempOut = outputDir + toString(m->mothurGetpid(process)) + ".temp"; writePrefs(tempOut, lines[process]); exit(0); }else {