Differences between revisions 1 and 2
Revision 1 as of 2015-05-21 10:19:11
Size: 741
Editor: NicoleThomas
Comment:
Revision 2 as of 2015-08-13 10:16:27
Size: 787
Editor: NicoleThomas
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.*'

Jureca/Software (last edited 2019-09-30 08:34:51 by NicoleThomas)