Hi,
I've a couple of questions about the SGE.
Is possible to have some notifications when a job exceeds the running time set by h_rt? What is the signal used to terminate the job? SIGTERM or SIGKILL?
I've tried to set h_rt=0:1:0 and the logs (output and error) are empty, although the application has produced some output before the killing.
Mauro