Skip to content

Commit c1a5b80

Browse files
committed
changed email to email template
1 parent 9a73482 commit c1a5b80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chapter3/slurm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ As we discussed in the previous section we use bash scripts to run jobs on M3. W
1616
#SBATCH --time=0-00:01:00
1717
#SBATCH --job-name=hello
1818
#SBATCH --partition=m3i
19-
#SBATCH --mail-user=jmar0066@student.monash.edu
19+
#SBATCH --mail-user=<username>@student.monash.edu
2020
#SBATCH --mail-type=BEGIN,END,FAIL
2121

2222
echo "Hello World"

0 commit comments

Comments
 (0)