Skip to content

Commit 64bcfdd

Browse files
authored
Ensure emails also are sent if jobs fail due to 'time out' or 'out of memory'
1 parent c0b185c commit 64bcfdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grendel/grendel_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def sbatch_str(jobname, time):
2828
#SBATCH --cpus-per-task=1
2929
#SBATCH --time={time}:00
3030
#SBATCH --exclusive
31-
#SBATCH --mail-type=END
31+
#SBATCH --mail-type=END,FAIL,REQUEUE
3232
#SBATCH --mail-user=soelvsten@cs.au.dk
3333
'''
3434

0 commit comments

Comments
 (0)