Skip to content

Releases: surak/Lmod

Lmod 8.7 for Ubuntu/Debian

19 Apr 09:55
Compare
Choose a tag to compare

Not sure what triggered the version change, but here we go:

   (8.6.18) * TCL Break in loop now works and doesn't force an LmodBreak.
   (8.6.19) * TCL puts stdout    is converted to execute{cmd="...",modeA={"..."}}
            * TCL puts prestdout is converted to io.stdout:write()
Lmod 8.7+
   (8.7.1)  * 

8.6.17 for Debian/Ubuntu

28 Mar 13:18
Compare
Choose a tag to compare

8.6.16

  • The following two changes are so that when a user is unloading it shouldn't fail.
    - Make M.error=MasterControl.warning in src/MC_Unload.lua
    - Make M.LmodBreak=MasterControl.quiet in src/MC_Unload.lua

8.6.17

  • Adding Lmod_testing_suite to test.yml
  • Added FAQ: Why setting CC doesn't work

8.6.15 for Debian/Ubuntu

18 Mar 08:43
Compare
Choose a tag to compare

Lmod 8.6.15 for Debian/Ubuntu

  • Issue TACC#564: Switch to using MName:isloaded() instead of MT:haveUserName() in MasterControl:dependencyCk(mA)
  • Rename spiderPathFilterHook to reverseMapPathFilterHook

8.6.14 for Debian/Ubuntu

26 Feb 14:40
Compare
Choose a tag to compare

(8.6.13)

  • Issue TACC#560: Make sure that extensions in hidden modules only show up when doing "ml --show_hidden av" and not when doing "ml av"
  • Issue TACC#564: Added Test for depends_on(between()
  • Issue TACC#566: Directly report LOADEDMODULES and LMFILES rather than doing incrementally.

(8.6.14)

  • Issue TACC#571: remove export -f __lmod_file_glob_on

IMPORTANT NEWS ABOUT THE RUSSIAN INVASION OF UKRAINE

🇺🇦The National Bank of Ukraine has opened a special account to raise funds for the Ukrainian Army. Anyone from any country can donate!

The account is multi-currency. It is opened for transfers of funds from international partners and donors, any person as well as from Ukrainian business and citizens.

🇺🇲 For donations in USD:
SWIFT Code NBU: NBUA UA UX
JP MORGAN CHASE BANK, New York
SWIFT Code: CHASUS33
Account: 400807238
383 Madison Avenue, New York, NY 10179, USA
Bank account: UA843000010000000047330992708

🇬🇧 For donations in GBP:
SWIFT Code NBU: NBUA UA UX
Bank of England, London
SWIFT Code: BKENGB2L
Account: 40000982
Threadneedle Street, London EC2R 8AH, UK
Bank account: UA843000010000000047330992708

🇪🇺 For donations in EUR:
SWIFT Code NBU: NBUA UA UX
DEUTSCHE BUNDESBANK, Frankfurt
SWIFT Code: MARKDEFF
Account: 5040040066
IBAN DE05504000005040040066
Wilhelm-Epsteinn-Strabe 14, 60431 Frankfurt Am Main,Germany
Bank account: UA843000010000000047330992708

🇺🇦 Для зарахування коштів у національній валюті:
Банк: Національний банк України
МФО 300001
Рахунок № UA843000010000000047330992708
код ЄДРПОУ 00032106
Отримувач: Національний банк України

8.6.12 for Debian/Ubuntu

11 Feb 15:40
Compare
Choose a tag to compare
  • (8.6.10) * Issue TACC#554: Put preamble and epilog in module command not inside Lmod
  • (8.6.11) * Issue TACC#563: Remove debug line from module def.
  • (8.6.12) * Make SILENT_SHELL_DEBUGGING=yes the default.
    * Issue TACC#560: When doing "ml avail" only show extensions for the modules that are shown in avail

Lmod 8.6.9 for Debian/Ubuntu

02 Feb 16:53
Compare
Choose a tag to compare

(8.6.9) * Issue TACC#554: Use preamble and epilog to turn off file globbing during eval

8.6.8 for Debian/Ubuntu

28 Jan 16:49
Compare
Choose a tag to compare

Small bug fix

(8.6.8) * Issue TACC#558: Convert "module swap n/v" to "module swap n n/v"

8.6.7 for Debian/Ubuntu

27 Jan 17:00
Compare
Choose a tag to compare

This fixes multi-platform support - modules on your Rasperry Pi anyone?

(8.6.7) * Issue TACC#559: Force settarg arch to be '_generic'

8.6.6 for Ubuntu and Debian

23 Jan 15:44
Compare
Choose a tag to compare

My little change has entered official Lmod! Thanks @janEbert

   (8.6.6)  * Issue #555: Remove export SUPPORT_KSH=no hack as it does not work. The file init/bash is
              read during system startup (/etc/profile.d/*.sh) before user bash startup files are read
              (~/.bashrc etc).  Updated FAQ entry to say that bash users starting zsh must unset FPATH.
            * Issue #382: Add parentAA to fullVT to pass to spider_decoration hook
            

8.6.5 for Ubuntu and Debian

11 Jan 11:58
Compare
Choose a tag to compare

Upstream haven't provided a changelog.

For zsh users: please set export SUPPORT_KSH=no, otherwise lmod fails.