Skip to content

Commit 808d9c1

Browse files
authored
Merge pull request #78 from MonashDeepNeuron/slurmfix
Changed email to email template for SLURM job script example.
2 parents b4f17af + c1a5b80 commit 808d9c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/mdbook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build with mdBook
4444
run: mdbook build
4545
- name: Upload artifact
46-
uses: actions/upload-pages-artifact@v1
46+
uses: actions/upload-pages-artifact@v2
4747
with:
4848
path: ./book
4949

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ $ mdbook serve --open
3737

3838
## Code of Conduct, License & Contributing
3939

40-
Refer to the [Code of Conduct](/CODE_OF_CONDUCT.md) and the [License](/LICENSE) for this repository for the expected behavior of contributors and users of the repository. If you have any concerns reach out to me (Tyler Swann) on Teams or follow standard M procedures for issues you are having within the team, branch or MDN. If you wish to contribute, follow the [contributing guide](/CONTRIBUTING.md).
40+
Refer to the [Code of Conduct](/CODE_OF_CONDUCT.md) and the [License](/LICENSE) for this repository for the expected behavior of contributors and users of the repository. If you have any concerns, open a discussion or contact the appropriate members of Monash DeepNeuron. If you wish to contribute, follow the [contributing guide](/CONTRIBUTING.md).

Diff for: src/chapter3/slurm.md

+1-1
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)