Dear all,

I want to print the elapsed time of a job in the epilog.
I tried to use "`qacct -j <job id> | grep ru_wallclock | cut -d ' ' -f 2`" in 
the epilog script, but I receive "error: job id <> not found". Obviously this 
is because the information isn't written in the accounting file when the epilog 
is executed.
I tried to submit background jobs in the epilog to get the elapsed time from 
qacct command. It worked fine at first, then it suddenly stopped!!
Is there any way to get the wall clock time for a job in the epilog; i.e. 
before the information is written into the accounting file.

Thanks in advance,
madel

_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to