From 4f3980142146466156a53f0f94a23a10c3cd1d1b Mon Sep 17 00:00:00 2001 From: Michael Knobloch <m.knobloch@fz-juelich.de> Date: Mon, 8 Apr 2019 12:34:56 +0000 Subject: [PATCH] Update Profiling-scorep-Vampir.md --- Profiling-scorep-Vampir.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Profiling-scorep-Vampir.md b/Profiling-scorep-Vampir.md index 4f462f7..9394e9e 100644 --- a/Profiling-scorep-Vampir.md +++ b/Profiling-scorep-Vampir.md @@ -45,6 +45,10 @@ Important environment variables for us: * `SCOREP_CUDA_ENABLE=runtime,driver,kernel`: Capture calls to CUDA runtime API, driver API, and kernels. There are more, see `scorep-info config-vars --full` for a full list * `SCOREP_OPENACC_ENABLE=yes`: Enable measurement of OpenACC regions +For OpenACC measurements you also need to + +* `export ACC_PROFLIB=/p/scratch/share/GPU-Hackathon/packages/scorep/5.0-pgi-mvapich-cuda/lib/libscorep_adapter_openacc_event.so` + ## Analyzing Reports Score-P reports and traces are the basis for analyses with Cube, Scalasca, or Vampir; and with the small `scorep-score`. -- GitLab