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

Fix "wall_exp_decay" source for distributed MPI #265

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

johnomotani
Copy link
Collaborator

When distributed-memory MPI parallelism is used, coord.grid only has the positions of points in the local grid, not the global grid, so it doesn't necessarily contain the end points of the global grid. We have to use coord.L to get the locations of the walls instead.

@johnomotani johnomotani added the bug Something isn't working label Sep 26, 2024
@johnomotani
Copy link
Collaborator Author

@LucasMontoya4 sorry for missing this in the review on #250!

@johnomotani johnomotani merged commit cae381f into master Sep 26, 2024
21 checks passed
@johnomotani johnomotani deleted the fix-wall_exp_decay-distributed-mpi branch September 26, 2024 20:30
@LucasMontoya4
Copy link
Collaborator

Nono I should be sorry for missing that - and thank you for fixing it! I’ll remember that for future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants