Skip to content

The module environmentΒΆ

On the first login, the system prompts the user to select an option for configuring the module environment. The options are: (y) configure the shell to load a default environment on each interactive login, or (n) skip additional module configuration and leave its initialization to the user. Based on this choice, the system creates a file in the user's home directory to store the selection.

The user configures the module environment by editing a file in their home directory ($HOME/.bashrc.d/asc-samrc). The system reminds the user of the file name on each login. To completely reset the configuration, the user can delete the file.

To change the software stack release, set the variables EESSI_VERSION and EESSI_DEFAULT_MODULES_APPEND. For example, to use version 2023.06:

EESSI_VERSION=2023.06
EESSI_DEFAULT_MODULES_APPEND="ASC/2023.06"