/
Receive email from SLURM
Receive email from SLURM
If your normally get an email from SLURM when specifying the following in your script
#SBATCH --mail-type=ALL
There is an additional line needed to get this working correctly within the eRI.
Adding the following line to your script should allow you to receive an email
#SBATCH --mail-user=<YOUR_EMAIL_ADDRESS>
After running the script with the additional line you should receive an email from SLURM.
, multiple selections available,
Related content
How to access the AgResearch eRI compute cluster
How to access the AgResearch eRI compute cluster
Read with this
Slurm: Reference Guide
Slurm: Reference Guide
More like this
AgResearch eRI Compute System
AgResearch eRI Compute System
Read with this
Accessing eRI storage
Accessing eRI storage
Read with this