- 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 Program Development: Difference between revisions

From HLRS Platforms
Jump to navigationJump to search
No edit summary
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
coming soon
=== Kurze Hinweise und Pointer zur Dokumentation ===
 
Wichtigste Quelle ist das Handbuch
[1] [http://docs.cray.com/cgi-bin/craydoc.cgi?mode=Search;newest=1;q=2396 Cray XT Programming Environment User's Guide]
 
* Es wird nicht zwischen seriellen und parallelen Compilern unterschieden. Übersetzt wird immer mit <tt>cc</tt> oder <tt>ftn</tt>. Die Compiler werden durch Laden von Modulen eingestellt. MPI oder OpenMP muss nicht explizit eingestellt werden. es steht immer zur Verfügung. Siehe [1], Kapitel 5 "Using compilers"

Latest revision as of 15:23, 19 June 2009

Kurze Hinweise und Pointer zur Dokumentation

Wichtigste Quelle ist das Handbuch

[1] Cray XT Programming Environment User's Guide
  • Es wird nicht zwischen seriellen und parallelen Compilern unterschieden. Übersetzt wird immer mit cc oder ftn. Die Compiler werden durch Laden von Modulen eingestellt. MPI oder OpenMP muss nicht explizit eingestellt werden. es steht immer zur Verfügung. Siehe [1], Kapitel 5 "Using compilers"