...
Software packages are available as modules and are accessible from the compute nodes of any of our three clusters. They are not available on the login nodes so you will need to be in an interactive session to access them. A list of installed software is kept on this page, but may not be as current as using the module avail
command as shown below.
Module Commands
Tip |
---|
If multiple versions of software are available on the system, the newest is made the default. This means loading a module without specifying the version will select the most recent. We strongly recommend including version information in your module statements. This ensures that you maintain a consistent environment for your analyses in the event of a software upgrade. |
To see, access, and get information on individual software packages available on the system, use the module commands detailed below. If you have trouble accessing the module command, see our FAQ section.
...
Puma, Ocelote, and El Gato all run CentOS7 and have the following compilers available:
Compiler | Version | Module Command |
---|---|---|
Intel | 2020.1 | $ module load intel/2020.1 |
Intel | 2020.4 | $ module load intel/2020.4 |
gcc | 5.4.0 |
|
gcc | 7.3.0 | $ module load gnu7/7.3.0 |
gcc | 8.3.0 | $ module load gnu8/8.3.0 |
Installing additional software
...