Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement an instrumenter, that turns of recording when the instrumenter is disabled #59

Open
AndreasGocht opened this issue Mar 16, 2020 · 0 comments

Comments

@AndreasGocht
Copy link
Collaborator

If MPI is used, the tracing might crash with:

[Score-P] src/measurement/tracing/SCOREP_Tracing.c:116: Fatal: Trace buffer flush before MPP was initialized.
[Score-P] Please report this to [email protected]. Thank you.
[Score-P] Try also to preserve any generated core dumps.

This happens, if there are to much event's before the MPI_Init() call. To avoid this, it seems reasonable to implement an instrumenter, that turns off the recording, until it is enabled. So a user could specify --noinstrumenter --instrumenter-type=limited-recording.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant