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

[HOTFIX] quick fix for occasional crashes in MPL_ALLTOALLV #29

Merged

Conversation

a-v-medvedev
Copy link

[HOTFIX] quick fix for occasional crashes in MPL_ALLTOALLV with an extra MPI_WAIT (actually reverts the async scenario to sync).

#17

…tra MPI_WAIT (actually reverts the async scenario to sync).
@FussyDuck
Copy link

FussyDuck commented Nov 4, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Collaborator

@wdeconinck wdeconinck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me as a minimal hot fix that essentially makes all non-blocking MPI calls blocking via an immediate MPL_WAIT.
This should not be considered as the solution to #17. A follow-up PR should fix it properly.

@wdeconinck wdeconinck merged commit e9249da into ecmwf-ifs:develop Nov 5, 2024
11 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.

3 participants