Skip to content

Commit 62c3574

Browse files
committed
move EDF note into "how to use"
1 parent b37b447 commit 62c3574

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/build-install/cpe.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,10 @@ The CPE is provided to users on Alps as containers.
1717

1818
## CPE in a container
1919

20-
!!! info "Before you start"
21-
To use the CPE containers as documented below, you need to set the `EDF_PATH` environment variable.
22-
```console
23-
export EDF_PATH=/capstor/scratch/cscs/anfink/shared/cpe/edf:$EDF_PATH
24-
```
25-
Note that the current location of the EDF files is temporary, to work around a file system bug.
26-
The environment variable __will not be required__ once this issue is fixed.
27-
2820
[](){#ref-cpe-versions}
2921
### Available versions
3022

31-
The `PrgEnv-gnu` and `PrgEnv-cray` programming environments are provided as separate containers, instead of having both in one container, named `gnu-$version` and `cray-$version` respecively.
23+
The `PrgEnv-gnu` and `PrgEnv-cray` programming environments are provided as separate containers, instead of having both in one container, named `gnu-$version` and `cray-$version` respectively.
3224
The `version` is the CPE version in the container.
3325

3426
| | `zen2` | `gh200` |
@@ -41,6 +33,14 @@ The `version` is the CPE version in the container.
4133

4234
### How to use
4335

36+
!!! info "Before you start"
37+
To use the CPE containers as documented below, you need to set the `EDF_PATH` environment variable.
38+
```console
39+
export EDF_PATH=/capstor/scratch/cscs/anfink/shared/cpe/edf:$EDF_PATH
40+
```
41+
Note that the current location of the EDF files is temporary, to work around a file system bug.
42+
The environment variable __will not be required__ once this issue is fixed.
43+
4444
To start a session with the CPE (see [available-versions][ref-cpe-versions] above):
4545
```console
4646
$ srun --environment=cpe-cray-24.07 --pty bash

0 commit comments

Comments
 (0)