Difference between revisions of "Software and Libraries"

From oldwiki.scinet.utoronto.ca
Jump to navigation Jump to search
Line 2: Line 2:
  
 
All the software listed on this page is accessed using a [[GPC_Quickstart#Environment_Variables | modules]] system.   
 
All the software listed on this page is accessed using a [[GPC_Quickstart#Environment_Variables | modules]] system.   
 +
 
To use particular software just load the module (the last column in the following table) as follows.
 
To use particular software just load the module (the last column in the following table) as follows.
 
<pre>
 
<pre>
 
module load module_name_here
 
module load module_name_here
 
</pre>
 
</pre>
 +
  
 
{| border="1" cellpadding="10" cellspacing="0"
 
{| border="1" cellpadding="10" cellspacing="0"
 
! Software   
 
! Software   
 
! Version
 
! Version
 +
! Comments
 
! Command/Library
 
! Command/Library
! module name
+
! Module Name
 
|-
 
|-
 
|Intel Compiler
 
|Intel Compiler
 
| 11.0  
 
| 11.0  
 +
|
 
| icpc,icc,ifort
 
| icpc,icc,ifort
 
| <tt>intel</tt>
 
| <tt>intel</tt>
 
|-
 
|-
|Intel Compiler
+
| GCC Compiler
| 11.0  
+
| 4.4.0
| icpc,icc,ifort
+
|
| <tt>intel</tt>
+
| gcc,g++,gfortran
 +
| <tt>gcc</tt>
 
|-
 
|-
|Intel Compiler
+
| Openmpi
| 11.0
+
| 1.3.3
| icpc,icc,ifort
+
|
| <tt>intel</tt>
+
| mpicc,mpiCC,mpif77,mpif90
 +
| <tt>openmpi</tt>
 
|-
 
|-
!Total 
+
| MVAPICH2
|  
+
| 1.4
 
|
 
|
15.00
+
| mpicc,mpiCC,mpif77,mpif90
 +
| <tt>mvapich2</tt>
 +
|-
 
|}
 
|}
  
 
== TCS Software ==
 
== TCS Software ==

Revision as of 12:44, 27 August 2009

GPC Software

All the software listed on this page is accessed using a modules system.

To use particular software just load the module (the last column in the following table) as follows.

module load module_name_here


Software Version Comments Command/Library Module Name
Intel Compiler 11.0 icpc,icc,ifort intel
GCC Compiler 4.4.0 gcc,g++,gfortran gcc
Openmpi 1.3.3 mpicc,mpiCC,mpif77,mpif90 openmpi
MVAPICH2 1.4 mpicc,mpiCC,mpif77,mpif90 mvapich2

TCS Software