I've been trying to code a C program to process the SGE job-status email to
determine if a job failed due to exceeding the h_rt limitation of a defined 
queue.

I have a defined queue short.q w/a h_rt runtime limit of 9 secs.

I modified, via qconf -mconf the mailer line as follows:

     execd_spool_dir                 /opt/sge/default/spool
     mailer                       /usr/sbin/SGEProcessEmail.out
     xterm                       /usr/bin/xterm

However when I run my linpack test benchmark (the runtime of which
exceeds a minute), I'm still getting email as if the mailer line was reading
/usr/sbin/sendmail. My binary /usr/sbin/SGEProcessEmail.out isn't getting 
executed
at all, even though it has world rwx privileges set.

When I test the code from a command-line it works as expected.

Do I have to somehow propagate these changes to the exechost/compute nodes?

Thank you in advance.

-Bill L.


IMPORTANT WARNING: This message is intended for the use of the person or entity 
to which it is addressed and may contain information that is privileged and 
confidential, the disclosure of which is governed by applicable law. If the 
reader of this message is not the intended recipient, or the employee or agent 
responsible for delivering it to the intended recipient, you are hereby 
notified that any dissemination, distribution or copying of this information is 
strictly prohibited. Thank you for your cooperation.
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to