⇤ ← Revision 1 as of 2015-05-21 10:19:11
Size: 741
Comment:
|
Size: 787
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from Juropatest/Software |
Software on Juropatest
- Access to installed software on JUROPATEST is organized through a hierarchy of modules.
- Show what modules are compatible available to load right now (given the toolchain modules you have already loaded):
module avail
- Load a specific version of a module
module load <modulename>/<moduleversion>
- List what modules are currently loaded
module list
- Unload a module
module unload <modulename>/<moduleversion>
- Unload all modules
module purge
- Find the location of a module within the module hierarchy
module spider <modulename>
- Show how to load NetCDF:
module -r spider '.*netCDF.*'