From a82ea4438c2069fb111dcb2f0b90ab1f317ee55b Mon Sep 17 00:00:00 2001 From: Elias Werner Date: Fri, 27 Sep 2024 12:14:36 +0200 Subject: [PATCH] Fix readme: remove scorep_env magic command --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07fade6..3465e2a 100644 --- a/README.md +++ b/README.md @@ -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`