diff --git a/doc.zih.tu-dresden.de/docs/software/papi.md b/doc.zih.tu-dresden.de/docs/software/papi.md index a4491f05d4d17c4feaf76f3d2633174ed02e37bf..da17f69f9c35476386dc5dbcf2fea162efdfc8ee 100644 --- a/doc.zih.tu-dresden.de/docs/software/papi.md +++ b/doc.zih.tu-dresden.de/docs/software/papi.md @@ -116,7 +116,7 @@ multiple events, please check which events can be measured concurrently using th marie@login$ srun papi_avail marie@login$ srun papi_native_avail [...] - # Exit with Ctrl+C + # Exit with Ctrl+D ``` Instrument your application with either the high-level or low-level API. Load the PAPI module and @@ -130,7 +130,7 @@ compile your application against the PAPI library. marie@login$ salloc -A <project> --partition=romeo marie@login$ srun ./app [...] - # Exit with Ctrl+C + # Exit with Ctrl+D ``` !!! hint