...
> module load matlab
before running matlab.
Note that there are several versions of many programs. Load the version of interest.
To see what packages and versions that are under module control:
> module avail |
---|
To unload a package from your environment:
> module unload matlab |
---|
To see loaded packages in your environment:
> module list |
---|
To unload all packages in your environment:
> module purge |
---|
From time to time there are some software that is not under module control.
...