How to load modules:
Check available modules (show available modules to install):#module avail
Adding a path containing modules:
# module use /home/user/modules/
Load a module (IMPORTANT!: you should use 'easybuildinstall' user):# su – easybuildinstall
# module load
ModuleName
Removing all modules# module purge
List loaded modules:# module list
Find an application:# module load
EasyBuild/2.9.0
(needed to use eb command)# module list (to check if module has been loaded correctly.)
# eb -S openmpi (i.e.:Will show all version available for openmpi app)
Compile chosen application: # eb
OpenMPI-1.6.5-GCC-4.8.2.eb –robot (example for openmpi app)
--
AntonioPerezFernandez - 23 Jan 2017