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

MPI norm calculation for multiple processes #64

Merged
merged 9 commits into from
Jan 19, 2024

Conversation

twsearle
Copy link
Collaborator

@twsearle twsearle commented Dec 6, 2023

Description

When orca-jedi runs on a checkerboard partitioned grid, the calculation of the norm is incorrect. This is because the total has not been collected accross the various processors. This change fixes this issue so that the total norm of the field is present on every process.

Issue(s) addressed

Part of #53

Dependencies

The following must be merged before ctests will pass:

Checklist

@twsearle twsearle self-assigned this Dec 6, 2023
@twsearle twsearle marked this pull request as ready for review January 18, 2024 15:45
Until atlas-orca updates beyond the current version, any test with halo
> 1 ought to fail during the meshgeneration.
Copy link
Collaborator

@s-good s-good left a comment

Choose a reason for hiding this comment

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

Looks good, thanks.

@twsearle twsearle merged commit 07fae1f into develop Jan 19, 2024
2 checks passed
@twsearle twsearle deleted the feature/mpi-norm-calculation branch February 28, 2024 17:09
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