Difference between revisions of "Software and Libraries"

From oldwiki.scinet.utoronto.ca
Jump to navigation Jump to search
Line 19: Line 19:
 
| 11.0  
 
| 11.0  
 
|
 
|
| icpc,icc,ifort
+
| <tt>icpc,icc,ifort</tt>
 
| <tt>intel</tt>
 
| <tt>intel</tt>
 
|-
 
|-
Line 25: Line 25:
 
| 4.4.0
 
| 4.4.0
 
|
 
|
| gcc,g++,gfortran
+
| <tt>gcc,g++,gfortran</tt>
 
| <tt>gcc</tt>
 
| <tt>gcc</tt>
 
|-
 
|-
Line 31: Line 31:
 
| 1.3.3
 
| 1.3.3
 
|
 
|
| mpicc,mpiCC,mpif77,mpif90
+
| <tt>mpicc,mpiCC,mpif77,mpif90</tt>
 
| <tt>openmpi</tt>
 
| <tt>openmpi</tt>
 
|-
 
|-
Line 37: Line 37:
 
| 1.4
 
| 1.4
 
|
 
|
| mpicc,mpiCC,mpif77,mpif90
+
| <tt>mpicc,mpiCC,mpif77,mpif90</tt>
 
| <tt>mvapich2</tt>
 
| <tt>mvapich2</tt>
 
|-
 
|-
 
|}
 
|}
 +
  
 
== TCS Software ==
 
== TCS Software ==
 +
{| border="1" cellpadding="10" cellspacing="0"
 +
! Software 
 +
! Version
 +
! Comments
 +
! Command/Library
 +
! Module Name
 +
|-
 +
| MPE
 +
 +
|
 +
| <tt>-lmpe</tt>
 +
| <tt>mpe</tt>
 +
|-
 +
|}

Revision as of 12:48, 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

Software Version Comments Command/Library Module Name
MPE -lmpe mpe