Skip to content
Snippets Groups Projects
Commit 4b249b38 authored by Danny Marc Rotscher's avatar Danny Marc Rotscher
Browse files

Merge branch 'add-descriptive-tool-entries-to-yml-menu' into 'preview'

Add descriptive tool entries to yml menu

See merge request !678
parents c95277f5 d8a9d9be
No related branches found
No related tags found
2 merge requests!679Automated merge from preview to main,!678Add descriptive tool entries to yml menu
...@@ -38,8 +38,8 @@ software performance engineering or application performance engineering within s ...@@ -38,8 +38,8 @@ software performance engineering or application performance engineering within s
| [PAPI](#papi) | Read portable CPU counters | advanced | medium | variable | yes | | [PAPI](#papi) | Read portable CPU counters | advanced | medium | variable | yes |
| [Perf](#perf-tools) | Produce and visualize [profile](#profile) | easy | medium | low | (no)[^2] | | [Perf](#perf-tools) | Produce and visualize [profile](#profile) | easy | medium | low | (no)[^2] |
| [PIKA](#pika) | Show performance [profile](#profile) and [trace](#trace) | very easy | low | very low | no | | [PIKA](#pika) | Show performance [profile](#profile) and [trace](#trace) | very easy | low | very low | no |
| [Slurm](#slurm-profiler) | Produce and visualize simple [trace](#trace)| easy | low | low | no |
| [Score-P](#score-p) | Create performance [trace](#trace) | complex | high | variable | yes | | [Score-P](#score-p) | Create performance [trace](#trace) | complex | high | variable | yes |
| [Slurm](#slurm-profiler) | Produce and visualize simple [trace](#trace)| easy | low | low | no |
| [Vampir](#vampir) | Visualize performance [trace](#trace) | complex | high | n.a. | n.a. | | [Vampir](#vampir) | Visualize performance [trace](#trace) | complex | high | n.a. | n.a. |
[^2]: Re-compilation is not required. Yet, to obtain more details it is recommended to re-compile with the `-g` compiler option, which adds debugging information to the executable of an application. [^2]: Re-compilation is not required. Yet, to obtain more details it is recommended to re-compile with the `-g` compiler option, which adds debugging information to the executable of an application.
......
...@@ -81,16 +81,17 @@ nav: ...@@ -81,16 +81,17 @@ nav:
- GPU Programming: software/gpu_programming.md - GPU Programming: software/gpu_programming.md
- Mathematics Libraries: software/math_libraries.md - Mathematics Libraries: software/math_libraries.md
- Debugging: software/debuggers.md - Debugging: software/debuggers.md
- Software Engineering Tools: - Performance Engineering Tools:
- Overview: software/performance_engineering_overview.md - Overview: software/performance_engineering_overview.md
- MPI Error Detection: software/mpi_usage_error_detection.md - Record Course of Events with lo2s: software/lo2s.md
- Score-P: software/scorep.md - Check MPI Correctness with MUST: software/mpi_usage_error_detection.md
- lo2s: software/lo2s.md - Read CPU Performance Counters with PAPI: software/papi.md
- PAPI Library: software/papi.md - Produce Performance Overview with Perf: software/perf_tools.md
- PIKA: software/pika.md - Track Slurm Jobs with PIKA: software/pika.md
- Perf Tools: software/perf_tools.md - Record Course of Events with Score-P: software/scorep.md
- Vampir: software/vampir.md - Profile Jobs with Slurm: jobs_and_resources/slurm_profiling.md
- Energy Measurement: software/energy_measurement.md - Study Course of Events with Vampir: software/vampir.md
- Measure Energy Consumption: software/energy_measurement.md
- Utilities: software/utilities.md - Utilities: software/utilities.md
- HPC Resources and Jobs: - HPC Resources and Jobs:
- Overview: jobs_and_resources/overview.md - Overview: jobs_and_resources/overview.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment