HPC/Carbon Cluster - Development tools: Difference between revisions
< HPC
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
* <code>/opt/intel/cce/''version''/doc/Doc_Index.htm</code> | * <code>/opt/intel/cce/''version''/doc/Doc_Index.htm</code> | ||
* <code>/opt/intel/mkl/''version''/doc/Doc_index.htm</code> | * <code>/opt/intel/mkl/''version''/doc/Doc_index.htm</code> | ||
==Libraries== | ==Libraries== |
Revision as of 01:03, May 23, 2011
Intel Compilers and Tools
We have supported versions of the following commercial tools, currently installed under /opt/intel
:
- Fortran
- Manual for 10.1
/opt/intel/{fc,fce}/version
- C++
- Manual for 10.1
/opt/intel/{cc,cce}/version
- Intel Math Kernel Library (MKL), includes Cluster Edition
/opt/intel/mkl/version
- VTune analyzer
- Intel Debugger
/opt/intel/{idb,idbe}/version
To access the documentation pages, use firefox on a login node:
/opt/intel/fce/version/doc/Doc_Index.htm
/opt/intel/cce/version/doc/Doc_Index.htm
/opt/intel/mkl/version/doc/Doc_index.htm
Libraries
Intel Math Kernel Library (MKL)
Migrated to HPC/Software/Modules/mkl
VTK
PETSc
- TODO: Portable, Extensible Toolkit for Scientific Computation
MPI
OpenMPI
This is the primary and recommended MPI version. It supports Ethernet and Infiniband interconnect.
- See also: FAQ
MPICH/MPIC2
TBD