Skip to content

Commit

Permalink
moving to release Lmod 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed May 7, 2019
1 parent 993259f commit 3e549c6
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 20 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,23 @@ release at sourceforge.

## ChangeLog

### Lmod 8.1:

Features:

1. Extended Default feature added: module load intel/17 will find the "best" intel/17.* etc.

2. All hidden files are NOT written to the softwarePage output.

Bug Fixes:

1. Lmod now correctly reports failed to load module "A" in the special case where "ml A B" and A is a prereq of B and A doesn't exist.

2. A meta module takes precedence over a regular module if the meta module occurs in an earlier directory in $MODULEPATH

3. Lmod output only "fills" when the text is more than one line or it is wider than the current width.


### Lmod 8.0:

Features:
Expand Down
21 changes: 1 addition & 20 deletions README.new
Original file line number Diff line number Diff line change
@@ -1,20 +1 @@
Lmod 8.0+
(8.0.1) * Change to use AC_SEARCH_LIBS for tcl, tcl8.8, tcl8.7, tcl8.6 tcl8.5 to accomodate SUSE's decision
not to include libtcl.so to point to the current tcl implementation.
* issue #401: change tcl2lua.c to copy output string into an internal buffer. This avoids problems
found with some tcl interpreter (8.5.13 and earlier.
* Issue with tcl2lua.tcl not handling modulefiles writing to stderr. All output from the tcl modulefiles
now go through $g_outputA.
(8.0.2) * All hidden files are NOT written to the softwarePage output.
* Now automatically update docs/source/conf.py to the current version
* Created proj_mgmt directory to store programs that needed to manage the project but are not installed.
* TCL modulefiles writing to stderr (except for help msgs) now use LmodMsgRaw() and support puts -nonewline
* The LmodMessage() function when given a single line that fits on the terminal do not "Fill".
(8.0.3) * The integrated TCL interpreter will now return the error messages from a broken TCL modulefile/rc file.
(8.0.4) * Fix problem with end2end and the myinfo/1.0 module where it printed out things like the hostname.
(8.0.5) * small fix in the dist target. Releasing on S2.
(8.0.6) * Support for R to use tcl modulefiles.
(8.0.7) * Support for extended default
(8.0.8) * Allow sites to disable extended default
(8.0.9) * A meta module as priority over a regular module if it occurs in an earlier directory in $MODULEPATH
* Added Lmod logo to README.md (Thanks Ward!)
Lmod 8.1+
21 changes: 21 additions & 0 deletions README.old
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Lmod 8.0+
(8.0.1) * Change to use AC_SEARCH_LIBS for tcl, tcl8.8, tcl8.7, tcl8.6 tcl8.5 to accomodate SUSE's decision
not to include libtcl.so to point to the current tcl implementation.
* issue #401: change tcl2lua.c to copy output string into an internal buffer. This avoids problems
found with some tcl interpreter (8.5.13 and earlier.
* Issue with tcl2lua.tcl not handling modulefiles writing to stderr. All output from the tcl modulefiles
now go through $g_outputA.
(8.0.2) * All hidden files are NOT written to the softwarePage output.
* Now automatically update docs/source/conf.py to the current version
* Created proj_mgmt directory to store programs that needed to manage the project but are not installed.
* TCL modulefiles writing to stderr (except for help msgs) now use LmodMsgRaw() and support puts -nonewline
* The LmodMessage() function when given a single line that fits on the terminal do not "Fill".
(8.0.3) * The integrated TCL interpreter will now return the error messages from a broken TCL modulefile/rc file.
(8.0.4) * Fix problem with end2end and the myinfo/1.0 module where it printed out things like the hostname.
(8.0.5) * small fix in the dist target. Releasing on S2.
(8.0.6) * Support for R to use tcl modulefiles.
(8.0.7) * Support for extended default
(8.0.8) * Allow sites to disable extended default
(8.0.9) * A meta module as priority over a regular module if it occurs in an earlier directory in $MODULEPATH
* Added Lmod logo to README.md (Thanks Ward!)

Lmod 7.8+
(7.8.1) Change unload() to unload in both load and unload modes. Updated documentation.
remove_path() remove path entries during unload.
Expand Down

0 comments on commit 3e549c6

Please sign in to comment.