- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

CRAY XT5m Getting Started

From HLRS Platforms
Revision as of 13:49, 13 November 2009 by Hpcchris (talk | contribs) (Beginning a short guide for XT5m usage.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Compilation

First select your desired environment e.g.

module load PrgEnv-pgi

Then compile your application using the following compilers

cc   # C compiler
CC   # C++ compiler
ftn  # Fortran compiler

Note: There are no separate compilers for MPI, UPC, ... Always use the above commands!

Execution

To execute your application you have to use the queuing system in combination with the aprun command. For more details see the Cray XT5m FAQ.