Skip to content

Commit 94e7aa8

Browse files
committed
Add skeleton for hpc setup
1 parent 02d5214 commit 94e7aa8

File tree

5 files changed

+36
-0
lines changed

5 files changed

+36
-0
lines changed

.cspell_dict.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ Gjerde
3030
glymphatic
3131
gotranx
3232
Graphnics
33+
Halvor
3334
Haubner
35+
Herlyng
3436
howpublished
3537
htmlcov
3638
idealised

docs/fenicsx_on_ex3.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
authors:
3+
- name: Halvor Herlyng
4+
- name: Henrik Finsberg
5+
---
6+
7+
# FEniCSx on ex3
8+
9+
TODO: Write about how to setup FENniCSx on [ex3](https://www.ex3.simula.no)

docs/fenicsx_on_saga.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
authors:
3+
- name: Halvor Herlyng
4+
- name: Henrik Finsberg
5+
---
6+
# FEniCSx on Saga
7+
8+
TODO: Write about how to setup FENniCSx on [Saga](https://documentation.sigma2.no/hpc_machines/saga.html)

docs/hpc-setup.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
authors:
3+
- name: Halvor Herlyng
4+
- name: Henrik Finsberg
5+
---
6+
# Setting up software on HPC systems
7+
8+
9+
TODO: Link to relevant information here: https://documentation.sigma2.no/training/material.html
10+
11+
TODO: Write about using conda vs native modules vs singularity

docs/myst.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ project:
5151
- file: python-pre-commit.md
5252
- file: python-conversion.md
5353

54+
- title: HPC setup
55+
children:
56+
- file: hpc-setup.md
57+
- file: fenicsx_on_ex3.md
58+
- file: fenicsx_on_saga.md
59+
5460
- title: Miscellaneous
5561
children:
5662
- file: license.md

0 commit comments

Comments
 (0)