- 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
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 you start with the development of your code, please be sure to read the General HWW Documentation.
Available Software Development Tools, Compilers & Libraries
For details about installed Software see the complete list of installed Modules.
Project Management and Collaboration
Compilers and Language Extensions
Libraries
Software Development Tools
Version Control Systems
Compilation and IDEs
Debugging
- Valgrind
- Thread Checker
- Marmot
- DDT Parallel Debugger (Allinea)
- Totalview Parallel Debugger (Roguewave)
Performance Analysis
- gprof GNU Profiling tool
- ThreadSpotter (RogueWave/Acumem)
- Kojak Trace Analysis (FZJ)
- OPT Performance Analysis Tool (Allinea)
- Paraver tool (BSC)
- Scalasca tool (JSC)
- Intel Trace Collector and Analyzer
- Vampir Tool (TU-Dresden)
- VTune Performance Analysis tools (Intel)
How-tos, Tricks & Tipps
Compiling and running
General
Performance Optimization
- Useful compiler options on x86 processors
- Performance monitoring using x86 hardware counters (PMCs)
- Pinning threads and memory on multicore/processor system under Linux