modules icon indicating copy to clipboard operation
modules copied to clipboard

Environment Modules: provides dynamic modification of a user's environment

Results 58 modules issues
Sort by recently updated
recently updated
newest added

Lua modulefile support has been asked at several occasions by the community (on the mailing-list or during conferences). So it seems good for Modules to also support Lua modulefiles in...

enhancement

When path-like environment variable is unset then some path entry is added for the first time, it is desired in some case to be able to initialize the variable to...

enhancement

As a follow-up to a [discussion on the modules-interest mailing-list](https://sourceforge.net/p/modules/mailman/message/59116868/), bad performance is observed on `module load` when targeting a qualified *name/version* module if the *modpath/name* directory contains: * numerous...

enhancement
looking for sponsor

Based on the same situation than described on #XXX with modulepath containing 10 thousands of modulefiles, which produces a cache file of about 7MB. It may be interesting to see...

enhancement

In some cases, using cache could give a performance penalty. Cache file is made to have everything from a modulepath in a single file. Evaluating the full content of this...

enhancement

As a follow-up of a [discussion on the modules-interest mailing-list](https://sourceforge.net/p/modules/mailman/message/59116868/), cachebuild process takes infinite time and memory when a modulepath contains a very large amount of non-modulefiles (millions). This is...

enhancement

Changes implemented in this PR: * add config option `lmod_path_rules` * if `lmod_path_rules` is set: append/prepend dir to path and remove all other occurrences of dir from path

Loading a large amount of module (>100) feels slow for users. Especially when comparing to Modules version 3. This was reported on the following mailing-list discussion: https://lists.hpsf.io/g/modules-interest/message/2 On a test...

enhancement

This pull request is an effort to implement a more language-native way to get the "module" function in Python scripts. It is the Python portion of #483. I first proposed...

Currently when a `prepend-path`, `append-path` or `module use` target a path entry that is already defined in the environment variable, its value is not updated. A configuration option may be...

enhancement