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/eessi.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ This is non-reversible because it:
14
14
- Sets EESSI-specific variables such as `EESSI_ROOT`.
15
15
16
16
However, it is the recommended method because it:
17
+
17
18
- Detects system CPU architecture and OS.
18
19
- Detects and configures GPU support.
19
20
- Prepares the full EESSI software stack.
@@ -26,6 +27,7 @@ Successful environment setup will show `{EESSI 2023.06}` at the start of your CL
26
27
To deactivate your EESSI environment you can either restart your shell using `exec bash` or exit the shell by running `exit`.
27
28
28
29
## GPU Support with EESSI
30
+
29
31
To enable GPU support, the cluster must be running a site-specific image build that has CUDA enabled. For a guide on how to do this, please refer to [docs/image-build.md](../image-build.md).
0 commit comments