- 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: Difference between revisions
From HLRS Platforms
Jump to navigationJump to search
(Beginning a short guide for XT5m usage.) |
m (link adaption) |
||
Line 15: | Line 15: | ||
== Execution == | == Execution == | ||
To execute your application you have to use the queuing system in combination with the aprun command. For more details see the [[ | To execute your application you have to use the queuing system in combination with the aprun command. For more details see the [[CRAY_XT5m_Batch_System| Cray XT5m Batch System]] |
Latest revision as of 11:22, 4 December 2009
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 Batch System