====== How can I get an email when my job completes? ====== To receive an email when your job completes, include the following lines in your sbatch script. Replace with your own NU email address. #SBATCH --mail-type=ALL #SBATCH --mail-user= ---- [[faq:index|Back to FAQ]]