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

Regression tests for the Distributed module #3328

Merged
merged 60 commits into from
Oct 13, 2023
Merged

Conversation

simone-silvestri
Copy link
Collaborator

@simone-silvestri simone-silvestri commented Oct 10, 2023

This PR adapts the hydrostatic regression tests to be run in distributed mode.

an important step in this direction is to allow array partitioning under the hood in set! if the array size coincides with the global size of the field (implemented here)

a more important step is to remove the topology from the Distributed architecture (it should not know anything about topology which is a grid property)

@simone-silvestri simone-silvestri marked this pull request as ready for review October 10, 2023 20:46
@navidcy navidcy added testing 🧪 Tests get priority in case of emergency evacuation distributed 🕸️ Our plan for total cluster domination labels Oct 11, 2023

@testset "Testing distributed solid body rotation" begin
grid = LatitudeLongitudeGrid(arch, size = (Nx, Ny, 1),
halo = (3, 3, 3),
Copy link
Member

Choose a reason for hiding this comment

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

alignment

glwagner and others added 4 commits October 12, 2023 13:11
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
@glwagner
Copy link
Member

merge when ready

@simone-silvestri simone-silvestri merged commit 01c81df into main Oct 13, 2023
46 checks passed
@simone-silvestri simone-silvestri deleted the ss/distributed_tests branch October 13, 2023 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
distributed 🕸️ Our plan for total cluster domination testing 🧪 Tests get priority in case of emergency evacuation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants