This is the 2nd part of “Installing and Configuring Environment Modules on CentOS 5”
1. List the Modules on System
# module avail
--------------------------- /usr/local/Modules/contents ---------------------------- R/R-2.15.1 intel/12.0.2(default) matlab/R2011b
2. Load the Modules on System
# module load intel/12.0.2
Checking the version
# icc -v Version 12.0.2
3. Unload the Modules on System
# module unload intel/12.0.2