Email notifications for failed ACCESS-CM2 jobs

Hi all,

When ACCESS-CM2 jobs were run from Accessdev, I would receive an email notification whenever a job failed. Is this still available? It works for PBS jobs on Gadi and would be great to have again to reduce the need to babysit the model. A job in my 200-year simulation failed yesterday, and I forgot to check because ACCESS-CM2 is usually very stable. This is obviously not a priority, but it was useful!

Thanks,
Zoe

Hi @zoegillett27, which flags do you use for this in the gadi PBS jobs?

In the suite.rc file, I think you might be able to add the flags to the [[[NCI]]]/[[directives]] section which sets the directive for each of the pbs jobs submitted during the run.

       ...
        [[[job]]]
          ...
        [[[remote]]]
           ...
        [[[environment]]]
          ...
        [[[directives]]]
            -P = {{PROJECT}}
            -q = {{NCI_QUEUE}}
            -W umask = 0027
            -l ncpus=1
            -l mem = 4gb
            -l jobfs = 2gb