Modules

Note

  1. gcc/10.3.0

  2. openmpi/4.1.7

  3. cuda/12.9.0

  4. papi/7.1.0

  5. intel-mkl/2024.2.1

  6. intel-vtune/2024.2.1

  7. cmake/3.8.2

Modules are how we manage software in most HPC machines. We can see all the available modules using the command

1module avail

If we want load a module python3/3.11.0 we can use the command

1module load python3/3.11.0

If we want to unload the same module use the command

1module unload python3/3.11.0

We can unload all the modules using the command

1module purge