Difference between revisions of "Software resources"

From Centre for Bioinformatics and Computational Biology
Jump to: navigation, search
 
Line 1: Line 1:
* Software is mainly set up using the [http://www.admin-magazine.com/HPC/Articles/Environment-Modules environment modules] system
+
* Software is mainly set up using the environment modules system.
 +
** A good tutorial is available in [http://www.admin-magazine.com/HPC/Articles/Environment-Modules Admin Magazine].
 
* To get a list of available software, use:
 
* To get a list of available software, use:
 
<source lang="c">
 
<source lang="c">

Latest revision as of 16:12, 8 March 2018

  • Software is mainly set up using the environment modules system.
  • To get a list of available software, use:
> module avail
  • To get help on a software module use:
> module help module_name
  • To load a module's environment:
> module load module_name
  • To unload a module's environment:
> module unload module_name