Skip to content

Commit c0693fc

Browse files
gkaf89hcartiaux
authored andcommitted
[eessi] Update the process for accessing EESSI modules
1 parent e1d254d commit c0693fc

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

docs/software/eessi.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,24 @@ The goal of this project is to build a common stack of scientific software insta
88

99
The EESSI software stack is available on the ULHPC platform, and gives you access to software modules maintained by the EESSI project and optimized for the CPU architectures available on the ULHPC platform.
1010

11-
On a compute node, to set up the EESSI environment, simply run the command:
11+
On a compute node, to set up the EESSI environment, simply load the EESSI [module](/environment/modules/):
1212

1313
```
14-
source /cvmfs/software.eessi.io/versions/2023.06/init/bash
14+
module load EESSI
1515
```
1616

1717
The first usage may be slow as the files are downloaded from an upstream Stratum 1 server, but the files are cached locally.
1818

1919
You should see the following output:
2020

2121
```
22-
Found EESSI repo @ /cvmfs/software.eessi.io/versions/2023.06!
23-
archdetect says x86_64/amd/zen2
24-
Using x86_64/amd/zen2 as software subdirectory.
25-
Using /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen2/modules/all as the directory to be added to MODULEPATH.
26-
Found Lmod configuration file at /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen2/.lmod/lmodrc.lua
27-
Initializing Lmod...
28-
Prepending /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen2/modules/all to $MODULEPATH...
29-
Environment set up to use EESSI (2023.06), have fun!
30-
{EESSI 2023.06} [user@system ~]$
22+
$ module load EESSI
23+
EESSI/2023.06 loaded successfully
3124
```
3225

33-
The last line is the shell prompt.
26+
The last line is the shell output.
3427

35-
Your environment is now set up, you are ready to start running software provided by EESSI!
36-
37-
To see which modules (and extensions) are available, run:
28+
Your environment is now set up, you are ready to start running software provided by EESSI! To see which modules (and extensions) are available, run:
3829

3930
```
4031
module avail

0 commit comments

Comments
 (0)