You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build-install/uenv.md
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,24 +43,38 @@ graph TD
43
43
44
44
On systems that have NVIDIA GPUs (`gh200` and `a100` uarch), it also provides the latest version of `cuda` and `nccl`, and is configured for GPU-aware MPI communication.
45
45
46
-
To use Spack as an upstream, the uenv has to be started with the `spack` view:
46
+
To use Spack as an upstream, the uenv can be started with the `spack` view:
47
47
48
48
```bash
49
49
uenv start prgenv-gnu/24.11:v1 --view=spack
50
50
```
51
51
52
-
??? note "what does the `spack` view do?"
52
+
??? note "What does the `spack` view do?"
53
53
The `spack` view sets environment variables that provide information about the version of Spack that was used to build the uenv, and where the uenv Spack configuration is stored.
54
-
55
-
This information is useful because it is strongly recomended that you use the same version of Spack to build software on top of the uenv.
0 commit comments