Size: 787
Comment:
|
Size: 779
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
== Software on Juropatest == | == Software on JURECA == |
Line 5: | Line 5: |
* Access to installed software on JUROPATEST is organized through a hierarchy of modules. | * Access to installed software on JURECA is organized through a hierarchy of modules. |
Software on JURECA
- Access to installed software on JURECA 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.*'