Environment Modules Updates

Modules 4.2.2 released

by Xavier Delaruelle
Modules version 4.2.2 has just been released. This is a bugfix release in the 4.2 series. Fixes are: Correct the Dependent Unload mechanism when it triggers the unload of 2 modules making together a requirement from another module. This...
release
bugfix
v4.2

Modules 4.2.1 released

by Xavier Delaruelle
Modules version 4.2.1 has just been released. This is a bugfix release in the 4.2 series. Fixes are: Cookbook: add the inhibit-report-info recipe. Cookbook: port unload-firstly-loaded and top-priority-values recipes to v4.2. Init: fix...
release
bugfix
v4.2

Modules 4.2.0 released

by Xavier Delaruelle
After 6 months of development, it is a my great pleasure to announce the release of Modules version 4.2.0. This new version brings a specific focus on the dependency management between modulefiles with a push forward consistency and...
release
new feature
v4.2

Improved module message report

by Xavier Delaruelle
Module sub-commands like load, unload or switch, may perform multiple load or unload modulefile evaluations in a row. Also these kind of evaluation modes may sometimes trigger additional load or unload evaluations, when for instance a...
new feature
v4.2

Consistency of module load/unload commands in modulefile

by Xavier Delaruelle
With the module load modulefile command, a given modulefile can automatically load a modulefile it pre-requires. Similarly with the module unload modulefile command, a given modulefile can automatically unload a modulefile it conflicts...
new feature
v4.2

More small changes for 4.2

by Xavier Delaruelle
I would like to let you known about 4 small improvements made following to discussions that occurred few months ago on the mailing-list or on bug trackers. New --with-bin-search-path configure option New ./configure option added to get...
new feature
v4.2

Modulefile alias and symbolic modulefile name consistency

by Xavier Delaruelle
With the module-alias and module-version modulefile commands, alternative names can be given to a modulefile. When these names are used to load for instance a modulefile, they are resolved to the modulefile they target which is then...
new feature
v4.2

Automated module handling mode

by Xavier Delaruelle
The automated module handling mode (new feature for the future version 4.2) has gain a new mechanism: Dependent module Unload (DepUn). I have tried to improve and clarify the explanation on all of this: An automatic management of the...
new feature
v4.2

More continuous integration

by Xavier Delaruelle
Just to let you know that the continuous integration of Modules now covers the Windows OS. More precisely the Cygwin and MSYS2 platforms on Windows. This addition completes the panel of OSes already tested after OS X and Linux (with...
testing