ana / lmod-deb

debian package for lmod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Documentation Status

Lmod

Lmod is program to manage the user environment under Unix: (Linux, Mac OS X, ...). It is a new implementation of environment modules.

Lmod Web Sites

Lmod Mailing list

Please go to https://lists.sourceforge.net/lists/listinfo/lmod-users to join.

Lmod Source Management

The most up-to-date source will be at github. All known bugs have been fixed if it is released on github. When there has been sufficient improvement or important bugfixes there is a new release at sourceforge.

ChangeLog

Lmod 6.6:

Features:

  1. Now uses the value of LD_PRELOAD and LD_LIBRARY_PATH for run all TCL progams.
  2. Now uses a custom _module_dir function for tab completion in bash for module use path. Thanks to Pieter Neerincx!
  3. Support for LMOD_FAMILY__VERSION added.
  4. If ~/.lmod.d/.cache/invalidated exists then the user cache file(s) are ignored. When generating a user cache file ~/.lmod.d/.cache/invalidated is deleted.

Bug Fixes:

  1. Correctly merges spider cache location where there are multiple lmodrc.lua files.
  2. Remove leading and trailing blanks for names in setenv, pushenv, prepend_path, etc.
  3. ml now generates error for unknown argument that start with a double minus. (e.g. ml --vers)
  4. pushenv("name","") fixed when unloading module.
  5. Make sure to regularize MODULEPATH when ingesting it for the first time.

Lmod 6.5:

Features:

  1. All the Lmod programs now resolve any symlinks to the actual program before adding to the Lua's package.path and package.cpath.
  2. Contrib patch: Extend msgHook to LmodError and LmodWarning
  3. Now using travis for CI and testing.
  4. Configure time option to have Lmod check for magic TCL string in modulefiles (#%Module)

Bug Fixes:

  1. The command "savelist" now only reports collections that match $LMOD_SYSTEM_NAME (install of all collections)
  2. A collection name now CANNOT have `.' in its name.
  3. Contrib patch: Get correct status in a capture in Lua 5.1.
  4. Contrib patch: Failback to /proc/sys/kernel/random/uuid if uuidgen isn't available.
  5. Contrib patch: Failback to shasum if sha1sum isn't available.
  6. Now uses the tclsh (and the LD_LIBRARY_PATH) found at configure time.
  7. Now searches for ps, basename, expr in /bin and /usr/bin when not using the locations found by configure

Lmod 6.4:

Features:

  1. Lmod now uses a regular expression to match user commands to internal commands. For example "av", "ava" or "available" will match "avail"

Bug Fixes

  1. Lmod now obeys LMOD_REDIRECT (or module --redirect) when using the --terse option. This means that if LMOD_REDIRECT is set then module -t av will go to stdout instead of stderr.

  2. Lmod now does not resolve any symlinks when doing "module use "

  3. LMOD_REDIRECT is now reported with --config option.

  4. Lmod would sometimes miss a symlink to a directory with module use. This is now fixed.

  5. Lmod now correctly ignores a valid .version/.modulerc file that points to a non-existant modulefile.

  6. Allow the use of md5 -r as an alternative to sha1sum and md5sum

  7. Added uninstall target to Lmod.

Lmod 6.3:

Bug Fixes:

  1. Lmod now uses the values of LUA_PATH and LUA_CPATH at configuration time. This way Lmod is safe from user changes to these important Lua values.

Lmod 6.2:

Bug Fixes:

  1. Updated documentation at lmod.readthedocs.org
  2. Support for generating xalt_rmapT.json used by XALT.
  3. Fixed bug with upcase characters in version file.

Lmod 6.1:

Features:

  1. It is now possible to configure Lmod to use the spider cache when loading (--with-cachedLoads=yes or export LMOD_CACHED_LOADS=1 to activate). This is off by default. Sites that use this will have to keep their spider caches up-to-date or user will not be able to load modules not in the cache.
  2. It is now possible to configure Lmod to use Legacy Version ordering (--with-legacyOrdering=yes or export LMOD_LEGACY_VERSION_ORDERING=1). With legacy ordering 9.0 is "newer" than 10.0. This is the ordering that Tmod uses.
  3. Lmod will print admin message (a.k.a nag messages) when doing module whatis or module help . In other words if a nag message would appear with module load then it will also appear when using whatis or help.
  4. Many improvement in the generation of the lmod database for module tracking.

Bug Fixes:

  1. The command module spider would fail to find a module if a site had the spider cache file dbT.lua files and a user had personal modulefiles. This is now fixed.
  2. Two or more .version files could confused Lmod. This is now fixed.
  3. Lmod can now find UPPER CASE string when doing "module key ..."
  4. Lmod now ignore the value of PAGER, instead it uses LMOD_PAGER (default "less") and LMOD_PAGER_OPTS (default "-XqRMEF"). This allows for consistent behavior under systems like the Cray and Mac OS X.
  5. Lmod now reports the module stack when loads fail.
  6. Set $LMOD_REVERSEMAPT_DIR after $LMOD_CACHE_DIR in update_lmod_system_cache_files.
  7. Support for exit 1 in tcl modulefiles.
  8. Fixed bug in tcl and unsetenv.

Lmod 6.0.1:

Bug Fixes:

  1. This version now contains the contrib/tracking_module_usage directory.
  2. This version fixes a bug when trying to run module avail or module spider with an old cache file.

Lmod Version 6.0

Features:

  1. Full support for global RC files as well as .modulerc files. This means that $MODULERCFILE will be read along with ~/.modulerc. Also .modulerc files are read when they appear in the same directory and the version files (i.e. the same directory as 1.2 or 2.1.lua). One caveat, Setting the default module version in $MODULERCFILE or ~/.modulerc is not supported due Spider cache issues
  2. Instructions on how to save module usage data to a MySQL database along with scripts to analyze the usage are in contrib/tracking_module_usage/README.
  3. Adding an exit hook. This makes for more accurate tracking of module usage. See README above as to why this is a good idea.
  4. Some minor speed-ups and minimizing of directory tree

For information to version changes for Lmod before 6.0 see README.old

About

debian package for lmod

License:Other


Languages

Language:Lua 61.4%Language:Groff 14.3%Language:TeX 8.9%Language:Tcl 5.8%Language:Shell 3.3%Language:Python 2.3%Language:Makefile 1.6%Language:Perl 1.5%Language:M4 1.0%Language:C 0.0%Language:R 0.0%