-
Notifications
You must be signed in to change notification settings - Fork 9
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
fixes for land implicit solver #1684
Merged
Merged
Conversation
This file contains 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
juliasloan25
force-pushed
the
js/land-fixes
branch
2 times, most recently
from
April 19, 2024 22:22
65ff1c4
to
1b52952
Compare
7 tasks
juliasloan25
force-pushed
the
js/land-fixes
branch
from
April 19, 2024 23:05
1b52952
to
a8ec493
Compare
juliasloan25
force-pushed
the
js/land-fixes
branch
from
April 23, 2024 18:56
7c0bd7d
to
3a9c695
Compare
charleskawczynski
approved these changes
Apr 23, 2024
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.
One item to resolve, but LGTM after that
juliasloan25
force-pushed
the
js/land-fixes
branch
7 times, most recently
from
April 25, 2024 00:46
75b50fd
to
23da572
Compare
juliasloan25
force-pushed
the
js/land-fixes
branch
from
April 25, 2024 16:51
23da572
to
81e6aff
Compare
juliasloan25
force-pushed
the
js/land-fixes
branch
3 times, most recently
from
May 1, 2024 18:40
e557b21
to
9f533e1
Compare
juliasloan25
force-pushed
the
js/land-fixes
branch
from
May 1, 2024 20:03
9f533e1
to
cfe166a
Compare
https://buildkite.com/clima/climacore-ci/builds/3525 already passed, so I'll just go ahead and manually merge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
A couple of fixes are needed for GPU compatibility of the land implicit solver using the updated interface: CliMA/ClimaLand.jl#542
passing build in ClimaAtmos using this branch: https://buildkite.com/clima/climaatmos-ci/builds/18472#_
Content
adapt_structure
for all operator and boundary condition typesunrolled_map
inmultiply_matrix_at_index
to avoid the recursive inference limit when compiling nested matrix operations