Skip to content

Commit

Permalink
Ensure emails also are sent if jobs fail due to 'time out' or 'out of…
Browse files Browse the repository at this point in the history
… memory'
  • Loading branch information
SSoelvsten authored Aug 19, 2022
1 parent c0b185c commit 64bcfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grendel/grendel_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def sbatch_str(jobname, time):
#SBATCH --cpus-per-task=1
#SBATCH --time={time}:00
#SBATCH --exclusive
#SBATCH --mail-type=END
#SBATCH --mail-type=END,FAIL,REQUEUE
#SBATCH [email protected]
'''

Expand Down

0 comments on commit 64bcfdd

Please sign in to comment.