-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update GridTools v0.21.0 #5
Closed
Closed
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
git-subtree-dir: libs/googletest git-subtree-split: a3ac2d7faa9cc6d38d69321f293925f72edf6727
git-subtree-dir: libs/serialbox git-subtree-split: 9a5be99941d11841b34d0bf8b825721358f08c39
Add gtest as subtree
Add serialbox as subtree
Apply gridtools coding style
Template real type and remove dependency on DYCORE_USE_GPU
add the option to read field from previous savepoint
When the field was already on device on a call to load_iteration is was not copied again.
and delete benchmarker which won't be used in the future
Support for new gridtools storage (gridtools v1.05.01).
Allows to use a user-defined error metric. The old hard-coded error_metric is replaced by an interface but shipped as the default metric.
In serialbox2 we changed the management of masked dimensions during the "serialbox2 week". As a temporary solution I introduced this mask_for_killed_dimensions. However throwing the exception here, prevents that a proper exception is thrown later.
gridtools_verification was taking references to fields. this does not work nicely with passing gridtools data_stores by value.
Remove of & from register functions got lost.
Names of enum constants have changed and need to be renamed in this repo as well when updating the dycore to a new gridtools version.
* Supports `--gtest_color=(yes|no|auto)` in colored output from verification framework) * Extend list of terminals (same as gtest) Implements same color logic as gtest (on Linux).
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.
No description provided.