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

Catch Ctrl c #21

Open
AndreasGocht opened this issue Jan 29, 2019 · 2 comments
Open

Catch Ctrl c #21

AndreasGocht opened this issue Jan 29, 2019 · 2 comments
Assignees

Comments

@AndreasGocht
Copy link
Collaborator

Some ml stuff needs to be interrupted using ctrl-c. We should catch this, and writ traces.

@AndreasGocht
Copy link
Collaborator Author

There are two ways doing this:

@AndreasGocht
Copy link
Collaborator Author

maybe use

/**
 * Finalize the measurement system. This function @e may be called from the
 * adapter layer (or implicitly by at_exit). Calling other API functions
 * afterwards is seen as undefined behaviour.
 *
 * Calling this function several times does no harm to the measurement system.
 *
 * @see SCOREP_InitMeasurement()
 */
void
SCOREP_FinalizeMeasurement( void );

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