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.