Old Module System¶
The old module system used module files stored under:
Many older packages in this system may no longer work. Prefer the current module system described in Environment Setup.
Identifying old modules¶
When you run module avail, the old modules appear under a heading similar to:
Older module names are often lower case, such as python, r, and openmpi, while current modules commonly use names such as Python, R, and OpenMPI.
Accounts created before March 2022¶
Accounts created before March 2022 may not automatically load the current module system. To enable it alongside the old system, add the following line to your .bashrc file. Users of zsh can make the equivalent change in .zshrc.
First back up and edit your .bashrc:
Find the line:
Add this line after it:
Log out and back in, then test the current module system:
If you need to restore the previous configuration: