- 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 -

Software Development Tools, Compilers & Libraries: Difference between revisions

From HLRS Platforms
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
== Available Software Development Tools, Compilers & Libraries ==
== Available Software Development Tools, Compilers & Libraries ==


===Compilers===
===Compilers and Language Extensions===
* [[GNU Compiler]]
* [[GNU Compiler]]
* [[Intel Compiler]]
* [[Intel Compiler]]
* [[OpenMP]]
* [[UPC]]


===Libraries===
===Libraries===
Line 13: Line 15:
* [[Intel MPI]]
* [[Intel MPI]]
* [[MKL]]
* [[MKL]]
* [[Open MPI]]
* [[Vampirtrace]]
* [[Vampirtrace]]
* [[Open MPI]]
* [[Open MPI]]
Line 19: Line 22:
* [[DDT]]
* [[DDT]]
* [[Eclipse]]
* [[Eclipse]]
* [[Kojak]]
* [[make]]
* [[Marmot]]
* [[OPT]]
* [[Paraver]]
* [[Paraver]]
* [[SVN/CVS]]
* [[SVN/CVS]]
* [[make]]
* [[Thread Checker]]
* [[Thread Profiler]]
* [[TotalView]]
* [[Trace Collector and Analyzer]]
* [[Valgrind]]
* [[Vampir]]
* [[Vampir]]
* [[]]
* [[Vtune]]


== How-tos, Tricks & Tipps ==
== How-tos, Tricks & Tipps ==

Revision as of 11:35, 24 February 2010

All platforms at HLRS have several Software Development Tools, Compilers & Libraries installed in order to suit your development needs. We distinguish the tools by the way the environment variables (e.g. library paths) are set on the system. The first category of tools are generally available when logging in - their environment variables are set in a conventional way on the operating system. The second category of tools are using the module command in order to set their environment variables.

Before your start with the development of your code, please be sure to read the General HWW Documentation.

Available Software Development Tools, Compilers & Libraries

Compilers and Language Extensions

Libraries

Software Development Tools

How-tos, Tricks & Tipps

Performance Optimization

See also