timestamp1579157700001ml commandby Xavier Delaruelle The ml command is added to Modules. ml is a frontend to the module command that reduces the number of characters to type to trigger module actions. With no argument provided ml is equivalent to module list, ml foo corresponds to module...
timestamp1569077100001Modules 4.3.1 releasedby Xavier DelaruelleModules version 4.3.1 is out. This new release provides fixes for the issues found recently on the 4.3 serie. The changes introduced in this bugfix release are: Contrib: add mb script to bench Modules versions. Correct modulecmd.tcl...
timestamp1564170240001Modules 4.3.0 releasedby Xavier DelaruelleModules version 4.3.0 is out. This new version adds bunch of new features to tailor module to your needs. It is backward-compatible with previous version 4 releases and primarily adds features and fixes bugs. Major new features...
timestamp1564082940001Control module command verbosityby Xavier DelaruelleThe ability to control message verbosity has been added so module command can be configured whether it should display more or less information. Available verbosity levels from the least to the most verbose are: silent: turn off error...
timestamp1564037940001Storing initialization config files in etcdirby Xavier DelaruelleWhen initializing the module command in a shell session, initialization configuration files stored in the defined configuration directory are taken into account if present instead of the configuration files stored in the initialization...
timestamp1563986580001Disabling shell startup file configurationby Xavier DelaruelleThe MODULESSETSHELLSTARTUP environment variable is introduced to control whether or not shell startup file should be set to ensure module command is defined once shell has been initialized. When enabled, the ENV and BASHENV environment...
timestamp1563956280001Search matching styleby Xavier DelaruelleThe MODULESSEARCHMATCH environment variable is introduced to define the matching style to perform when searching for available modules. With starts_with value, modules whose name begins by search query string are returned. When search...
timestamp1563869580001Disabling implicit default versionby Xavier DelaruelleThe MODULESIMPLICITDEFAULT environment variable is introduced to choose whether an implicit default version should be defined for modules with no default version explicitly defined. When enabled, which is the default behavior, a module...
timestamp1563827280001MODULES_UNLOAD_MATCH_ORDERby Xavier DelaruelleThe MODULESUNLOADMATCH_ORDER environment variable is introduced to set whether the firstly or the lastly loaded module should be selected for unload when multiple loaded modules match unload request. Configure option --with-unload-match...