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
@@ -12,20 +10,20 @@ This is non-reversible because it:
12
10
- Changes your `$PATH`, `$MODULEPATH`, `$LD_LIBRARY_PATH`, and other critical environment variables.
13
11
- Sets EESSI-specific variables such as `EESSI_ROOT`.
14
12
15
-
This is the recommended method because it:
16
-
- Detects your CPU architecture and OS.
13
+
However, it is the recommended method because it:
14
+
- Detects system CPU architecture and OS.
17
15
- Detects and configures GPU support.
18
16
- Prepares the full EESSI software stack.
19
17
- Sets up Lmod (environment module system).
20
18
21
-
The [EESSI docs](https://www.eessi.io/docs/using_eessi/setting_up_environment/) offer another method to load EESSI, in addition to one above. The alternative method only initialises the Lmod module system and does not load a platform-specific setup. For these reasons, it is recommened to use the method detailed above.
19
+
The [EESSI docs](https://www.eessi.io/docs/using_eessi/setting_up_environment/) offer another method to load EESSI. This alternative method only initialises the Lmod module system and does not load a platform-specific setup. For these reasons, it is recommended to use the method detailed above.
22
20
23
21
Successful environment setup will show `{EESSI 2023.06}` at the start of your CLI.
24
22
25
-
To deactivate your EESSI environment you can either restart your shell using `exec bash` or exit the shell by `exit`.
23
+
To deactivate your EESSI environment you can either restart your shell using `exec bash` or exit the shell by running `exit`.
26
24
27
25
## GPU Support with EESSI
28
-
To enable GPU support, you need a site-specific build that has CUDA enabled. For a guide on how to do this, please refer to [docs/image-build.md](../image-build.md).
26
+
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).
29
27
30
28
### Using GPUs
31
29
All CUDA-enabled software in EESSI expects CUDA drivers in a specific `host_injections` directory.
0 commit comments