Skip to content

Fix timeout support in multithreading #79

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

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

kevin-juilly
Copy link

This fixes #74.

The clone wrapper was not used for thread creation.
Thus threads were not registering themselves.
Now a thread register at its first MPI call and the helper thread check
if they are alive or not for unregistration

Add a timeout test using another thread.
Fix the existing timeout test to compile without warning and be more
strict in checking the output
@marcjoos-cea marcjoos-cea merged commit 7be83af into cea-hpc:master Feb 26, 2024
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.

Resource deadlock avoided with Horovod within a container
2 participants