1- # Bash initialisation for EESSI
1+ # Bash initialisation for NESSI
22
33This directory contains the default initialisation script for a bash shell used to
4- configure Lmod and use the EESSI software modules. The (bash)
4+ configure Lmod and use the NESSI software modules. The (bash)
55file ` eessi_environment_variables ` is used to set and export the full set of EESSI
66environment variables:
77
88- ` EESSI_PREFIX ` : The base directory of the entire software stack.
99- ` EESSI_EPREFIX ` : The location of Gentoo Prefix compatability layer (for the architecture).
1010- ` EESSI_EPREFIX_PYTHON ` : Path to ` python3 ` in the Gentoo Prefix layer.
1111- ` EESSI_SOFTWARE_SUBDIR ` : Hardware specific software subdirectory.
12- - ` EESSI_SOFTWARE_PATH ` : Full path to EESSI software stack.
12+ - ` EESSI_SOFTWARE_PATH ` : Full path to NESSI software stack.
1313- ` EESSI_MODULEPATH ` : Path to be added to the ` MODULEPATH ` . This can be influenced by two
1414 externally defined environment varialbes:
1515 - ` EESSI_CUSTOM_MODULEPATH ` : defines a fully custom directory to be added to
1616 ` MODULEPATH ` , the end user is entirely responsible for what this directory contains.
17- - ` EESSI_MODULE_SUBDIR ` : EESSI may ship with a number of possible module naming schemes.
17+ - ` EESSI_MODULE_SUBDIR ` : NESSI may ship with a number of possible module naming schemes.
1818 This variable can be used to point to a non-default module naming scheme.
1919
2020All scripts respect the environment variable ` EESSI_SILENT ` which, if defined to any
@@ -25,5 +25,5 @@ value, will make them produce no (non-error) output.
2525The ` Magic_Castle ` subdirectory is home to the bash initialisation that we use for
2626[ Magic Castle] ( https://github.com/ComputeCanada/magic_castle ) .
2727
28- It also contains a wrapper for a hardware optimised EESSI Python 3 installation that is used
28+ It also contains a wrapper for a hardware optimised NESSI Python 3 installation that is used
2929by Magic Castle to properly configure JupyterHub.
0 commit comments