Skip to content

Commit ae2b5ec

Browse files
committed
move cpe into programming environments docs
1 parent e8700ee commit ae2b5ec

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

docs/build-install/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ Modern HPC applications and software stacks are often very complicated, and ther
88

99
<div class="grid cards" markdown>
1010

11-
- :fontawesome-solid-earth-americas: __[uenv]__ – uenv provide isolated software environments for applications and developers.
12-
- :fontawesome-solid-earth-americas: __[CPE]__ – the Cray Programming Environment is provided as-is on Alps.
11+
- :fontawesome-solid-earth-americas: __[uenv][ref-uenv]__ – uenv provide isolated software environments for applications and developers.
1312

1413
</div>
1514

16-
[uenv]: uenv.md
17-
[CPE]: cpe.md
18-
1915
## Python
2016

2117
There are multiple ways to install Python software.

docs/build-install/cpe.md renamed to docs/software/prgenv/cpe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[](){#ref-cpe}
12
# Cray Programming Environment (CPE)
23

34
The Cray Programming Environment (CPE) is a suite of software: programming environments, compilers, libraries and tools.

docs/software/prgenv/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,11 @@ CSCS provides "programming environments" on Alps vClusters that provide compiler
1818

1919
Provides linear compilers, MPI and Python, along with algebra and mesh partitioning libraries for a broad range of use cases.
2020

21+
- :fontawesome-solid-layer-group: [__Cray Programming Environment__][ref-cpe]
22+
23+
The Cray Programming Environment (CPE) is a suite of compilers, libraries and tools provided by HPE.
24+
25+
These are the "Cray Modules", familiar to users of old Piz Daint and other HPE/Cray clusters.
26+
2127
</div>
2228

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ nav:
5757
- 'prgenv-gnu': software/prgenv/prgenv-gnu.md
5858
- 'prgenv-nvfortran': software/prgenv/prgenv-nvfortran.md
5959
- 'linalg': software/prgenv/linalg.md
60+
- 'Cray modules (CPE)': software/prgenv/cpe.md
6061
- 'Machine Learning':
6162
- software/ml/index.md
6263
- 'PyTorch': software/ml/pytorch.md
@@ -71,7 +72,6 @@ nav:
7172
- build-install/index.md
7273
- 'uenv': build-install/uenv.md
7374
- 'Containers': build-install/containers.md
74-
- 'Cray modules (CPE))': build-install/cpe.md
7575
- 'Python with pip': build-install/pip.md
7676
- 'Debugging and Performance Analysis':
7777
- software/devtools/index.md

0 commit comments

Comments
 (0)