Loading a specific software version (example) No Format |
---|
module load gcc/6 |
Loading the default version of a piece of software (example) No Format |
---|
module load java |
NOTE: The default software version will generally be the safest (e.g., version distributed by RedHat). An example of a command to switch to another version of the same software is: No Format |
---|
module switch java/1.6.0-openjdk |
Unloading a module (example) No Format |
---|
module unload java |
In some cases, you may want/need to add the version. |