Skip to content

Commit ea514ce

Browse files
Fix Markdown
1 parent b727d14 commit ea514ce

4 files changed

Lines changed: 215 additions & 217 deletions

File tree

docs/arrhenius.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# New system Arrhenius
44

5-
## Background
5+
## Background
66

77
End-of-life of Alvis, Tetralith and Dardel
88

@@ -27,12 +27,9 @@ End-of-life of Alvis, Tetralith and Dardel
2727
- Active projects running on Alvis, Tetralith and Dardel will be migrated to the new system.
2828
- Timeline
2929

30-
- Alvis: Summer
31-
- Tetralith: Fall
32-
- Dardel: End of year.
33-
- Bianca/Maja: End of year
34-
35-
- Local clusters, like Kebnekaise, Pelle and Cosmos available for local university users several more years.
36-
37-
30+
- Alvis: Summer
31+
- Tetralith: Fall
32+
- Dardel: End of year.
33+
- Bianca/Maja: End of year
3834

35+
- Local clusters, like Kebnekaise, Pelle and Cosmos available for local university users several more years.

docs/day2/python_bundles.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ mpi4py | mpi4py |OpenMPI |P, K, C
4747
scikit-learn| scikit-learn|SciPy-bundle |P, K, C
4848
torch | PyTorch |OpenMPI |P, K, C
4949

50-
* Dardel (``D``), Tetralith (``T``), Alvis (``A``), Pelle (``P``), Kebnekaise (``K``), Cosmos (``C``)
50+
- Dardel (``D``), Tetralith (``T``), Alvis (``A``), Pelle (``P``), Kebnekaise (``K``), Cosmos (``C``)
5151

5252
## Bundle versions
5353

5454
- The module endings may contain GCCcore-X.Y.Z and/or [YEAR-a/b]. Example ``SciPy-bundle/2024.05-gfbf-2024a`` or ``Python/3.12.3-GCCcore-13.3.0``
55-
- GCCcore reflects the GCC compiler version that is compatible when using C/C++ "back end" code.
56-
- The year reflects an EasyBuild toolchain, see [FOSS toolchains](https://docs.easybuild.io/common-toolchains/#common_toolchains_overview_foss).
55+
- GCCcore reflects the GCC compiler version that is compatible when using C/C++ "back end" code.
56+
- The year reflects an EasyBuild toolchain, see [FOSS toolchains](https://docs.easybuild.io/common-toolchains/#common_toolchains_overview_foss).
5757

5858
:::{callout} "Some FOSS tool chains and Python version using them"
5959
:class: dropdown
@@ -74,7 +74,7 @@ FOSS | Python version| GCC version | Bundle version
7474

7575
- Make sure to use bundles that are compatible with each-other and with needed Python version.
7676
- Otherwise it is better to create isolated environments with Conda or virtual environments, see [Isolated environments in Python](use_isolated_environments.md).
77-
:::
77+
:::
7878

7979
:::{callout} Example Matplotlib
8080
:class: dropdown
@@ -114,20 +114,20 @@ Bundle of Python packages from PyPI
114114

115115
Among others:
116116

117-
- chardet
118-
- future
119-
- Jinja
120-
- pkginfo
121-
- psutil
122-
- Pygments
123-
- pydevtool
124-
- pytest
125-
- pytz
126-
- regex
127-
- Sphinx
128-
- threadpoolctl
129-
- toml
130-
- urllib
117+
- chardet
118+
- future
119+
- Jinja
120+
- pkginfo
121+
- psutil
122+
- Pygments
123+
- pydevtool
124+
- pytest
125+
- pytz
126+
- regex
127+
- Sphinx
128+
- threadpoolctl
129+
- toml
130+
- urllib
131131

132132
Also loads the package module
133133

@@ -180,4 +180,3 @@ python
180180
```python
181181
import matplotlib
182182
```
183-

0 commit comments

Comments
 (0)