Introducing the module system🔗

Prev: Slurm: Submitting a batch job

This guide requires that you have completed: How to login

In high-performance computation, a module system functions as an organized toolbox for software and tools. It enables us to easily access, load, and manage different software packages, compilers, and libraries needed for specific computing tasks. By segregating software environments, we can prevent conflicts and customize setups according to task requirements.

Next: Modules: Listing all installed modules