Could somebody please be so kind as to try to reproduce this behavior? I'd like to verify that kill_delay isn't working before I try to find a solution to my problem. Thanks.<br><br><div><span class="gmail_quote">On 2/20/07,
<b class="gmail_sendername">Kevin Van Workum</b> <<a href="mailto:vanw@tticluster.com">vanw@tticluster.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I can't seem to get the kill_delay attribute to work. I have kill_delay = 30. Submitting the following script (and then qdel-ing it) indicates that the time between SIGTERM and SIGKILL was 5 seconds. I see the same behavior if I set kill_delay at the server and/or queue level. Any suggestions?
<br>I have pbs_version = 2.1.6 and Maui version 3.2.6p19.<br><br>--- SCRIPT ---<br>#!/bin/bash<br>trap cleanup SIGTERM<br>function cleanup {<br> while :<br> do<br> date<br> sleep 1<br> done<br>}<br>sleep 1h
<br>--- SCRIPT ---<br><br>--- STDOUT ---<br>Tue Feb 20 14:09:44 EST 2007<br>Tue Feb 20 14:09:45 EST 2007<br>Tue Feb 20 14:09:46 EST 2007<br>Tue Feb 20 14:09:47 EST 2007<br>Tue Feb 20 14:09:48 EST 2007<br>Tue Feb 20 14:09:49 EST 2007
<br>--- STDOUT ---<br><span class="sg"><br clear="all"><br>-- <br>Kevin Van Workum, Ph.D.<br>Vice President<br>Senior System Administrator<br><a href="http://www.clusterondemand.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
www.clusterondemand.com</a><br>ONLINE COMPUTER CLUSTERS
</span></blockquote></div><br>