Differences between revisions 2 and 3
Revision 2 as of 2015-08-13 10:16:27
Size: 787
Editor: NicoleThomas
Comment:
Revision 3 as of 2015-11-18 11:52:49
Size: 779
Editor: NicoleThomas
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.*'

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