Skip to content

Commit

Permalink
Merge pull request #78 from MonashDeepNeuron/slurmfix
Browse files Browse the repository at this point in the history
Changed email to email template for SLURM job script example.
  • Loading branch information
oraqlle committed Sep 18, 2023
2 parents b4f17af + c1a5b80 commit 808d9c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build with mdBook
run: mdbook build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: ./book

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ $ mdbook serve --open

## Code of Conduct, License & Contributing

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).
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).
2 changes: 1 addition & 1 deletion src/chapter3/slurm.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ As we discussed in the previous section we use bash scripts to run jobs on M3. W
#SBATCH --time=0-00:01:00
#SBATCH --job-name=hello
#SBATCH --partition=m3i
#SBATCH --mail-user=jmar0066@student.monash.edu
#SBATCH --mail-user=<username>@student.monash.edu
#SBATCH --mail-type=BEGIN,END,FAIL

echo "Hello World"
Expand Down

0 comments on commit 808d9c1

Please sign in to comment.