We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a73482 commit c1a5b80Copy full SHA for c1a5b80
1 file changed
src/chapter3/slurm.md
@@ -16,7 +16,7 @@ As we discussed in the previous section we use bash scripts to run jobs on M3. W
16
#SBATCH --time=0-00:01:00
17
#SBATCH --job-name=hello
18
#SBATCH --partition=m3i
19
-#SBATCH --mail-user=jmar0066@student.monash.edu
+#SBATCH --mail-user=<username>@student.monash.edu
20
#SBATCH --mail-type=BEGIN,END,FAIL
21
22
echo "Hello World"
0 commit comments