Skip to content
Snippets Groups Projects
Commit 5d66dae4 authored by Frank Winkler's avatar Frank Winkler
Browse files

Update papi.md

parent 25f8ea78
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!291Review
......@@ -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
......
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