Update of environment modules to version 5.3.0¶
We have deployed the latest version of Environment Modules (5.3.0) across the cluster on all frontend and compute nodes.
A summary of changes introduced in this version:
- Added
stash
,stashpop
,stashlist
,stashshow
,stashclear
andstashrm
sub-commands to save, restore and manipulate your current environment: - Updated the output of the
module avail
command. Now, default module versions are underscored, rather than appending(default)
to the module name. If you prefer to see the old style output, you can use the--color=never
option to themodule avail
command. - Added
save
,restore
,saveshow
,savelist
,is-saved
andsaverm
sub-commands to manipulate your collections:save [collection|file]
- saves the current module list to a collection or filerestore [collection|file]
- restores the module list from a collection or filesaverm [collection]
- removes the saved collectionsaveshow [collection|file]
- displays information about a saved collectionsavelist
- lists all or matching saved collectionsis-saved [collection ...]
- tests if the collection exists
We anticipate there will be no issues with loading and using modules. Job scripts will not need any modifications. Please contact us if you experience any issues.