Skip to content

Conversation

OutlyingWest
Copy link
Collaborator

Adds optional Vampir launching functionality. When enabled by a magic command, the kernel will automatically launch Vampir on the generated traces.otf2 file after Score-P instrumented cell execution.

Features

%%enable_vampir_launch_on_scorep_instrumented magic:

Enables Vampir auto-launch after the next Score-P instrumented execution.

%%disable_vampir_launch magic:

Disables Vampir auto-launch.

@elwer
Copy link
Collaborator

elwer commented Aug 7, 2025

Works great!
Can you check in the %%enable_vampir_launch_on_scorep_instrumented already whether vampir is on $PATH? If it is not, provide a hint that it has to be added in order to enable the loading feature, e.g. via adding it with %env magic command.

Besides that, please check for consistency in line and cell magics, as discussed.

@OutlyingWest
Copy link
Collaborator Author

Works great! Can you check in the %%enable_vampir_launch_on_scorep_instrumented already whether vampir is on $PATH? If it is not, provide a hint that it has to be added in order to enable the loading feature, e.g. via adding it with %env magic command.

Besides that, please check for consistency in line and cell magics, as discussed.

I added check in the %%enable_vampir_launch_on_scorep_instrumented fcc92dc and changed "not found in PATH" message in 29a7570

@elwer elwer merged commit 0a69bae into master Aug 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants