in a SGE script with
#$ -M [email protected]
#$ -m aes
SGE send notify of job complete.
how I can receive the output of the job with the this notification ?
in a SGE script with
#$ -M [email protected]
#$ -m aes
SGE send notify of job complete.
how I can receive the output of the job with the this notification ?
By default GridEngine will not send the job output via email.
The only way I can think of to achieve this is to write a custom epilogue script that runs after a job and emails the output to the user.