Modules - melisakman/Helianthus GitHub Wiki

If you are running a job that you think others might be running and thus the corresponding program may be already available on the cluster, you are absolutely right! Great minds think alike. You can check which programs are available with:

$ module avail

This will give you a list of all the programs available and on your slurm script you basically add this exactly as you see it on the modules with version numbers (because they might be important for the job you are running):

module load yourProgram