- 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
Installed Versions | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Tool | Developer/License | HLRS-Wiki | Laki | BW-Grid | XE6 | A1/SX8 | Ontake/SX9 | Bemerkung | ||
IDEs and development tools | Abteilung AMT | |||||||||
make | Open Source | [/Make Platform Wiki] | x | x | x | x | x | x | ||
SVN | Open Source | [/SVN Platform Wiki] | x | x | x | x | x | If system installed not up-to-date. | ||
Git | Open Source | [/Ant Platform Wiki] | x | x | x | x | x | x | ||
Eclipse | Open Source | [/Ant Platform Wiki] | x | x | x | x | x | (Includes CDT, Photran and PTP) | ||
MPI and communication libraries | Abteilung AMT | |||||||||
Open MPI | Open Source | [/Open_MPI Platform Wiki] | x | x | x | x | x | x | ||
MVAPICH2 | Open Source | [/MVAPICH2 Platform Wiki] | x | x | x | x | x | x | ||
MPICH2 | Open Source | x | x | x | x | x | x | x | ||
Intel MPI | Intel | [/Intel_MPI Platform Wiki] | x | x | x | x | x | x | ||
Global Arrays | x | [/Global_Arrays Platform Wiki] | x | x | x | x | x | x | ||
Debugger | Abteilung AMT | |||||||||
gdb | Open Source | [/Gdb Platform Wiki XXX] | x | x | x | x | x | x | ||
Valgrind | Open Source | [/Valgrind Platform Wiki] | x | x | x | x | x | x | ||
Intel Inspector | Intel | [/Inspector Platform Wiki] | x | x | x | x | x | Former name: Intel ThreadChecker | ||
Marmot | HLRS/TU Dresden | [/Marmot Platform Wiki] | x | x | x | x | x | x | ||
DDT | Allinea | [/DDT Platform Wiki] | x | x | x | x | x | x | ||
Performance Analysis | Abteilung AMT | |||||||||
gprof | Open Source | [/Gprof Platform Wiki] | x | x | x | x | x | x | ||
PAPI | Open Source | [/PAPI Platform Wiki] | x | x | x | x | x | x | ||
Intel VTune | Intel | [/VTune Platform Wiki] | x | x | x | x | x | Former name: Intel VTune Performance Analyzer | ||
Threadspotter | RogueWave | [/Threadspotter Platform Wiki] | x | x | x | x | x | x | ||
Trace Analyzer and Collector | Intel | [/Trace_Analyzer_and_Collector Platform Wiki] | x | x | x | x | x | x | ||
Paraver | BSC | [/Paraver Platform Wiki] | x | x | x | x | x | x | ||
Kcachegrind (Valgrind) | Open Source | [/Kcachegrind Platform Wiki XXX] | x | x | x | x | x | x | ||
Scalasca | Open Source | [/Scalasca Platform Wiki] | x | x | x | x | x | Successor of Kojak | ||
Vampir | TU Dresden | [/Vampir Platform Wiki] | x | x | x | x | x | x | ||
Vampir-Server | TU Dresden | [/Vampir Platform Wiki] | x | x | x | x | x | x | ||
Vampirtrace | Open Source | [/Vampirtrace Platform Wiki] | x | x | x | x | x | x | ||
Other working groups | ||||||||||
Compiler | Abteilung NUM | |||||||||
GNU | Open Source | [/GNU_Compiler Platform Wiki] | x | x | x | x | x | x | ||
Intel ParallelStudio | Intel | [/Intel_Compiler Platform Wiki] | x | x | x | x | x | x | ||
PGI | Open Source | [/PGI_Compiler Platform Wiki] | x | x | x | x | x | x | ||
Berkeley UPC | Open Source | [/UPC Platform Wiki] | x | x | x | x | x | x | ||
Numerical libraries | Abteilung NUM | |||||||||
FFTW | Open Source | [/FFTW Platform Wiki] | x | x | - | - | - | x | ||
Intel MKL | Intel | [/MKL Platform Wiki] | x | x | x | x | x | x | ||
Intel TBB | Intel | [/TBB Platform Wiki] | x | x | x | x | x | special tbb module on cl3fr4 only | ||
METIS | Open Source | [/METIS Platform Wiki] | x | - | - | - | - | x | ||
ParMETIS | Open Source | [/ParMETIS Platform Wiki] | x | - | - | - | - | x | ||
PETSc | Open Source | [/PETSc Platform Wiki] | x | - | - | - | - | x | ||
Trilinos | Open Source | [/Trilinos Platform Wiki] | x | - | - | - | - | cl3fr4 only (not cl3fr1) | ||
Visualization tools | Abteilung NUM | |||||||||
OpenDX | Open Source | [/OpenDX Platform Wiki] | x | x | - | - | - | x | ||
ParaView | Open Source | [/ParaView Platform Wiki] | x | x | - | - | - | x | ||
VTK | Open Source | [/VTK Platform Wiki] | x | x | - | - | - | x |
How-Tos, Tricks & Tips
Compiling and running
General
- POSIX compliant shell scripting
- Parallel I/O best practices using MPI-IO
Performance Optimization
- Useful compiler options on x86 processors
- Pinning threads and memory on multicore/processor system under Linux