Skip to content

Commit 12d9e0b

Browse files
committed
use output from cpe-cray, not cpe-gnu, in example
1 parent 62c3574 commit 12d9e0b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/build-install/cpe.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,11 @@ $ module avail
9696
----------------------------- /opt/cscs/modulefiles -----------------------------
9797
cuda/12.6 (L)
9898

99-
10099
$ CC --version
101-
g++-13 (SUSE Linux) 13.3.0
102-
Copyright (C) 2023 Free Software Foundation, Inc.
103-
This is free software; see the source for copying conditions. There is NO
104-
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
100+
Cray clang version 18.0.0 (0e4696aa65fa9549bd5e19c216678cc98185b0f7)
101+
Target: aarch64-unknown-linux-gnu
102+
Thread model: posix
103+
InstalledDir: /opt/cray/pe/cce/18.0.0/cce-clang/aarch64/share/../bin
105104
```
106105

107106
The recommended way of using CPE in a container is to start the container, and use `$SCRATCH` and `$STORE` to interact with persistent data. Please remember that any data that is written to a directory that is not mounted from the host system will be lost, after the container stops.

0 commit comments

Comments
 (0)