User Tools

Site Tools


users:software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
users:software [2016/03/31 17:34] ecaloreusers:software [2016/04/01 08:25] (current) – [Environment Modules] ecalore
Line 7: Line 7:
 ===== Environment Modules ===== ===== Environment Modules =====
  
-More information about //Environment Modules// can be found in the [[http://modules.sourceforge.net| Environment Modules Project Homepage]].+Several compilers and libraries are installed, but not all of them could be used in the same environment because of conflicts (e.g. different versions of the same compiler or different implementations of the same library). The //Environment Modules//, just changing environment variables such us //$PATH// and //$LD_LIBRARY_PATH//, is able to "load" and "unload" different software components. 
 + 
 +To load a module you can just type: 
 + 
 +<code>module load my_module_name</code> 
 + 
 +while to remove a module you can just type: 
 + 
 +<code>module remove my_module_name</code>
  
 <WRAP center round tip 60%> <WRAP center round tip 60%>
Line 19: Line 27:
 </WRAP> </WRAP>
  
 +More information about //Environment Modules// can be found in the [[http://modules.sourceforge.net/ | Environment Modules Project Homepage]].
  
  
  
users/software.1459445656.txt.gz · Last modified: 2016/03/31 17:34 by ecalore