Skip to content

Commit

Permalink
Fix readme: remove scorep_env magic command
Browse files Browse the repository at this point in the history
  • Loading branch information
elwer authored Sep 27, 2024
1 parent 296859c commit a82ea44
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,12 @@ Exports the performance data and the code to json files.

### Configuring Score-P in Jupyter

Set up your Score-P environment with `%env`. For a documentation of Score-P environment variables, see: [Score-P Measurement Configuration](https://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/latest/html/scorepmeasurementconfig.html).

![](doc/scorep_setup.png)
Set up your Score-P environment with `%env` line magic, e.g.:
```
%env SCOREP_ENABLE_TRACING=1
%env SCOREP_TOTAL_MEMORY=3g
```
For a documentation of Score-P environment variables, see: [Score-P Measurement Configuration](https://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/latest/html/scorepmeasurementconfig.html).


`%%scorep_python_binding_arguments`
Expand Down

0 comments on commit a82ea44

Please sign in to comment.