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/15 16:59] ecaloreusers:software [2016/04/01 08:25] (current) – [Environment Modules] ecalore
Line 3: Line 3:
 In the COKA Cluster are installed most of the commonly used compilers and libraries. The //Environment Modules// system is available to manage their usage, in order to select which set of compilers and/or libraries to use. In the COKA Cluster are installed most of the commonly used compilers and libraries. The //Environment Modules// system is available to manage their usage, in order to select which set of compilers and/or libraries to use.
  
-If you need some other software to be installed, you can suggest to add it writing to: <coka-admin@fe.infn.it>+If you need some other software to be installed, you can suggest to add itwriting to: <coka-admin@fe.infn.it>
  
-===== Modules Environment =====+===== Environment Modules =====
  
 +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:
  
-==== Compilers ====+<code>module load my_module_name</code>
  
-=== PGI ===+while to remove a module you can just type:
  
-=== Intel ===+<code>module remove my_module_name</code>
  
-=== GCC ===+<WRAP center round tip 60%> 
 +To query the available modules: 
 +<code>module av</code> 
 +</WRAP>
  
 +<WRAP center round tip 60%>
 +To query the loaded modules:
 +<code>module list</code>
 +</WRAP>
  
----- +More information about //Environment Modules// can be found in the [[http://modules.sourceforge.net/ | Environment Modules Project Homepage]].
- +
-==== Libraries ==== +
- +
-=== CUDA === +
- +
-=== OpenMPI === +
- +
-=== MVAPICH2 === +
  
  
  
users/software.1458061195.txt.gz · Last modified: 2016/03/15 16:59 by ecalore