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
  • 11,946
  • 7
  • 46
  • 68
JuanPablo
  • 823
  • 3
  • 9
  • 20

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
  • 11,946
  • 7
  • 46
  • 68