Accessing Software on HPC1
Software access is accomplished by invoking the module command.Module Sub-Commands
Module Examples
Back to HPC1 Documentation
Module Sub-Commands
For ease of use, installed software is accessed using the module command:module avail - list available modules
module load <module_name> - loads module
module unload <module_name> - unloads module
module list - list currently loaded modules
module show <module_name> - list environment paths added
module purge - unload all loaded modules
man module - man page describing sub-commands such as those above

Module Examples
[hpc1]$ module list
Currently Loaded Modulefiles:
1) /cuda/5.5
[hpc1]$ module show cuda/5.5
/software/environment-modules/modulefiles/cuda/5.5:
module-whatis adds cuda version 5.5 built with gnu compilers
prepend-path PATH /software/cuda/5.5/samples/bin/x86_64/linux/release
prepend-path PATH /software/cuda/5.5/bin
prepend-path LD_LIBRARY_PATH /software/cuda/5.5/lib
prepend-path LD_LIBRARY_PATH /software/cuda/5.5/lib64

Back to HPC1 Documentation