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

Occasional segfault with Near2Far adjoint and MPI #1434

Closed
smartalecH opened this issue Nov 25, 2020 · 0 comments
Closed

Occasional segfault with Near2Far adjoint and MPI #1434

smartalecH opened this issue Nov 25, 2020 · 0 comments

Comments

@smartalecH
Copy link
Collaborator

When running some basic near2far adjoint examples with MPI, there is an occasional segfault -- but at different locations. For example, when running the same script 3 different times, the segfault occurs at three different lines:

if (chunks[i]->is_mine()) chunks[i]->step_source(ft, including_integrated);

*(zeroes[ft][i]) = 0.0;

comm_blocks[ft][pair][n0 + n] = *(chunks[j]->connections[ft][ip][Outgoing][wh[ip]++]);

Unfortunately, the behavior is completely unpredictable.

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

No branches or pull requests

2 participants