Skip to content

Commit

Permalink
feat: send mail when slurm job begins, ends, fails
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 25, 2024
1 parent d8f9cf0 commit e0e53b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charlie
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ function run() {
#SBATCH --partition="$PARTITION"
#SBATCH --time=48:00:00
#SBATCH --cpus-per-task=2
#SBATCH --mail-type=BEGIN,END,FAIL
cd \$SLURM_SUBMIT_DIR
$MODULE_LOAD
Expand Down

0 comments on commit e0e53b8

Please sign in to comment.