1

in a SGE script with

#$ -M my_mail@gmail.com 
#$ -m aes

SGE send notify of job complete.
how I can receive the output of the job with the this notification ?

Kamil Kisiel
  • 12,184
  • 7
  • 48
  • 69
JuanPablo
  • 913
  • 3
  • 10
  • 21

1 Answers1

0

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.

Kamil Kisiel
  • 12,184
  • 7
  • 48
  • 69