Breadcrumb Links:

Software Module Information

The CQUni HPC cluster uses environment modules. This allows software modules to be loaded and unloaded dynamically. One of the advantages that modules provides, is that you can use different versions of the software (such as compilers), without having library and binaries clashes.

By default, the following modules are loaded:

  • intel-cc (which points to -> intel-cc-10.1.018)
  • intel-fc (which points to -> intel-fc-10.1.018)
  • intel-cmkl (which points to -> intel-cmkl-9.1)
  • mathematica (which points to -> mathematica-6.0.3)
  • matlab (which points to -> matlab-r2012b)
  • python (which points to -> python-2.6.2)
  • ncl (which points to -> ncl-5.1.1)
  • netcdf (which points to -> netcdf-4.1.1)
  • R (which points to -> R-2.14.2)
  • jdk (which points to -> jdk-1.6.0_21)
  • weka (which points to -> weka-3-6-4)
  • ansys (which points to -> ansys-13.0)
  • mpt/2.06
  • gcc-fortran (which points to -> gcc-fortran-43)
  • gsl (which points to -> gsl-1.15)
  • readline (which points to -> readline-6.2)
  • plplot (which points to -> plplot-5.9.9)

It should be noted that some modules are note loaded by default, as they are deemed to not be "core" software.

Module Commands

Command Action
Example 
module list  List loaded modules.  module list 
module avail  List all available modules.  module avail 
module display [module]                          
Display information about a module.  module display intel-cc 
module unload [module]  Load module into the shell environment                       
module unload intel-cc
module load [module]  Load module into the shell environment  module load intel-cc-9.1.047