-
Notifications
You must be signed in to change notification settings - Fork 7
Scheduled Halo Exchange #980
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
Open
philip-paul-mueller
wants to merge
29
commits into
main
Choose a base branch
from
phimuell__async_mpi_test
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
26d685b
Modified versions.
philip-paul-mueller 6518ce9
Made some addaptions towards the asynchronous exchange.
philip-paul-mueller ec7fca2
More uniformity.
philip-paul-mueller 1f5e9e6
Updated ghex version.
philip-paul-mueller e69cb82
Fixed at least that issue.
philip-paul-mueller f60a1f8
Made the components aware of async stuff.
philip-paul-mueller e11da41
Fixed some stray `stream` argument.
philip-paul-mueller 6636cea
Updated the annotations and the meaning of `stream`.
philip-paul-mueller 383f959
Realized that the strams are disabled.
philip-paul-mueller 41322f7
Let's see if that help, but it is strange that it takes longer now.
philip-paul-mueller ae6db39
Updated ghex version.
philip-paul-mueller 815fc46
This should fix the argument names, but I do not understant why it is…
philip-paul-mueller 296c7b1
Renambled named arguments.
philip-paul-mueller 310a5e5
There it is not \(yet\) possible to use the name.
philip-paul-mueller 9a8975f
Made it mandatory to pass the stream.
philip-paul-mueller a985a59
Undo something.
philip-paul-mueller e04e057
Updated GHEX.
philip-paul-mueller 7fc5154
Forgot one.
philip-paul-mueller 9a68a54
Let's hope that is enough.
philip-paul-mueller 0d3a400
Added warnings.
philip-paul-mueller 6f4c6da
Updated GHEX.
philip-paul-mueller aae7b06
Starnge things are going on.
philip-paul-mueller d6dbc8c
The problem was me installing GHEX wrong.
philip-paul-mueller c8d58f8
The no streaming case is no longer `None` but has a named constant.
philip-paul-mueller 89a94aa
Forgot to add a warning.
philip-paul-mueller 0b8307b
I am not fully like it, but for this it seems appropriate.
philip-paul-mueller 0e2fbde
Forgot that.
0694826
Merge remote-tracking branch 'gitlab/main' into phimuell__async_mpi_test
a570aee
Removed useless return.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have to wait here?
This is not the end of the dycore, just the end of the corrector.
There are more dycore stencils after this, and the wait could happen here:
icon4py/model/atmosphere/dycore/src/icon4py/model/atmosphere/dycore/solve_nonhydro.py
Line 1108 in a76e26b
This makes the code uglier though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure I would say this is something for another PR.
The main question is if it should happen before or after this PR is merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for looking into it.