<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'>Mihael,<div><br></div><div>Thanks for the info. </div><div><br></div><div>The problem we were seeing was that condor jobs were not being removed. They would complete, but remain visible from condor_q forever until manually removed by the user with condor_rm. At the suggestion of the uc3 admins, I tried testing with leave_in_queue set to false. Jobs are being removed now, and I just ran a quick test (uc3 /home/davidk/test4/run003) to verify exit codes still being read correctly, but perhaps there is a better fix?</div><div><br></div><div>David</div><div><br></div><div><br><hr id="zwchr"><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"Mihael Hategan" <hategan@mcs.anl.gov><br><b>To: </b>"Swift Devel" <swift-devel@ci.uchicago.edu><br><b>Sent: </b>Saturday, July 6, 2013 1:43:53 AM<br><b>Subject: </b>[Swift-devel] condor leave_in_queue<br><br>This is in regards to http://sourceforge.net/p/cogkit/svn/3671/<br><br>The reason why leave_in_queue was set to TRUE was in order to get the<br>exit code from the job (and therefore figure whether it failed or not).<br><br>If the job is automatically removed from the queue by condor when the<br>job is done, that information is lost.<br><br>Instead, the queue poller, after it figures out that a job is done and<br>it reads the exit code, sets leave_in_queue to FALSE and removes the job<br>from the queue.<br><br>I'm guessing that was broken somehow, but I'd like to get more details<br>before I can like the change (or before I merge it into the faster<br>branch).<br><br>Mihael<br><br>_______________________________________________<br>Swift-devel mailing list<br>Swift-devel@ci.uchicago.edu<br>https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel<br></blockquote><br></div></div></body></html>