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

Deadlock in adios_close with AMR method #3

Closed
isosc opened this issue Sep 4, 2013 · 0 comments
Closed

Deadlock in adios_close with AMR method #3

isosc opened this issue Sep 4, 2013 · 0 comments
Labels

Comments

@isosc
Copy link
Contributor

isosc commented Sep 4, 2013

In adios_mpi_amr_bg_close(), the MPI_Gather (currently line 1830) does not complete because it is called only by rank 0. If no attributes are used, this section of code is avoided, and the bug does not occur.

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

No branches or pull requests

2 participants