Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

There are many software packages installed on the HPC RC supercomputer that are available through the software modules system.

...

Info

Modules that install into/through python or anaconda are not managed through the software modules. To see if we have a conda environment for a python program load an anaconda module and list conda environments e.g.

module load anaconda/py3anaconda3-2021.05-gcc-11.2.0
conda info --envs

You can also create and manage your own conda environments. For more information see Using anaconda environments

...

An example of this can be found here: Creating SBATCH scripts.