User Tools

Site Tools


cluster_software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cluster_software [2014/11/03 15:24]
root
cluster_software [2021/12/14 17:10] (current)
root
Line 1: Line 1:
 ====== Cluster Software ====== ====== Cluster Software ======
  
-Operating System: Ubuntu 12.04 LTS+Environment Modules are used to allow multiple versions of pieces of software to be installed "side-by-side" and to make software installation cleaner.
  
-  * Installed on the nodes using PXE and preseeding. +To get a list of installed software, issue one of these commands: 
-  * “Hands-free” install for new node. + 
-  * Will possibly upgrade soon(ish) to 14.04 LTS. +<code> 
-    * Can try out Docker.+module avail 
 +ml avail 
 +</code> 
 + 
 +Or take look in /opt where the naming convention for directories is: 
 + 
 +<code> 
 +/opt/SOFTWARE/VERSION 
 +</code> 
 + 
 +More details on environment modules can be found on the [[Environment Modules]] page.
  
 Cluster Resource Management Cluster Resource Management
Line 13: Line 23:
   * Simple Linux Utility for Resource Management   * Simple Linux Utility for Resource Management
     * From Lawrence Livermore National Laboratory     * From Lawrence Livermore National Laboratory
-  * [[https://computing.llnl.gov/linux/slurm/]]+  * [[https://slurm.schedmd.com/]] 
 +  * Version 19.05.5 
 + 
 +In general, and where possible, we recommend that you install the software you want in your own home directory. This gives you complete control over the versions of software and associated packages that you are using. You can use **conda** to manage specific software versions within different environments, or use **Singularity** to manage your software within a container. These are described on separate pages within these notes. 
cluster_software.1415046264.txt.gz · Last modified: 2014/11/03 15:24 by root