HPC/Carbon Cluster - Development tools: Difference between revisions

From CNM Wiki
< HPC
Jump to navigation Jump to search
Line 1: Line 1:
__TOC__
__TOC__


== Compilers and development tools ==
== [http://www.intel.com/support/performancetools/ Intel Compilers and Tools] ==
 
=== [http://www.gnu.org/doc/ GNU] ===
* [http://gcc.gnu.org/onlinedocs/ GCC]
* [http://www.gnu.org/software/gdb/documentation/ GDB]
* [http://www.gnu.org/software/make/manual/make.html Make]
* [http://www.gnu.org/manual/manual.html … other manuals]
 
=== [http://www.intel.com/support/performancetools/ Intel] ===
We have supported versions of the following commercial tools, currently installed under <code>/opt/intel</code>:
We have supported versions of the following commercial tools, currently installed under <code>/opt/intel</code>:
* [http://www.intel.com/support/performancetools/fortran/linux/ Fortran]
* [http://www.intel.com/support/performancetools/fortran/linux/ Fortran]
Line 27: Line 19:
* <code>/opt/intel/mkl/''version''/doc/Doc_index.htm</code>
* <code>/opt/intel/mkl/''version''/doc/Doc_index.htm</code>


==== Note on binary architectures ====
=== Note on binary architectures ===


CPU architecture labels used by Intel and others can be confusing and have changed over time.
CPU architecture labels used by Intel and others can be confusing and have changed over time.

Revision as of 00:44, May 23, 2011

Intel Compilers and Tools

We have supported versions of the following commercial tools, currently installed under /opt/intel:

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

Note on binary architectures

CPU architecture labels used by Intel and others can be confusing and have changed over time. Here's a summary of the labels and directory names commonly used:

32, ia32, x86
legacy 32-bit x86 generations up to Pentium 4 and Intel Core
em64t, Intel-64, x86_64, AMD-64
64-bit generations of the Xeon branded CPUs, and the Core 2 generation, mostly compatible with AMD's Opteron
64, ia64, Itanium
Itanium – limited ia32 support, but none for x86_64; not used here.

The cce, fce, and idbe directories above provide the 64-bit em64t versions appropriate for the Xeon processors, with ia32 versions being available under cc, fc, idb to compile and run legacy applications.

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.

MPICH/MPIC2

TBD

Intel MPI