Skip to content

Commit cf2f579

Browse files
committed
add missing MPI tutorials
1 parent 2dccbf4 commit cf2f579

3 files changed

Lines changed: 15 additions & 7 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v5
3232

3333
- uses: actions/setup-python@v2
3434
with:

_quarto.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,20 +85,28 @@ website:
8585
href: tutorials.qmd
8686
contents:
8787
- section: "User API"
88-
contents: "examples/userapi/*.ipynb"
88+
contents:
89+
- auto: "examples/userapi/*.ipynb"
8990
- section: "Compiler"
90-
contents: "examples/compiler/*.ipynb"
91+
contents:
92+
- auto: "examples/compiler/*.ipynb"
9193
- section: "Performance tips"
92-
contents: "examples/performance/*.ipynb"
94+
contents:
95+
- auto: "examples/performance/*.ipynb"
9396
- section: "Seismic modeling and inversion"
9497
contents:
9598
- auto: "examples/seismic/tutorials/*.ipynb"
9699
- auto: "examples/seismic/self_adjoint/*.ipynb"
97100
- "examples/seismic/acoustic/accuracy.ipynb"
98101
- section: "CFD"
99-
contents: "examples/cfd/*.ipynb"
102+
contents:
103+
- auto: "examples/cfd/*.ipynb"
100104
- section: "Finance"
101-
contents: "examples/finance/*.ipynb"
105+
contents:
106+
- auto: "examples/finance/*.ipynb"
107+
- section: "MPI"
108+
contents:
109+
- auto: "examples/mpi/*.ipynb"
102110

103111
format:
104112
html:

contact.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Contact us"
33
---
44

55
* You are encouraged to engage with the Devito user/dev community on [Slack](https://join.slack.com/t/devitocodes/shared_invite/zt-2hgp6891e-jQDcepOWPQwxL5JJegYKSA)
6-
* If you would like to contribute to Devito please see [Contributing](https://github.com/devitocodes/devito/blob/master/CONTRIBUTING.md)
6+
* If you would like to contribute to Devito please see [Contributing](https://github.com/devitocodes/devito/blob/main/CONTRIBUTING.md)
77
* For anything else please contact [Gerard Gorman](mailto:g.gorman@imperial.ac.uk)
88

99
# Opportunities

0 commit comments

Comments
 (0)