Luca Bertagna
Luca Bertagna
Currently, `HommeGridsManager` generates grids where the global ids are 1-based. This makes it simple to use map files, since the grid GID numbering matches the col/row variable in the map...
Debugging of issue #7341 took a considerable amount of time by @ndkeen @dqwu and others. The culprit (IIUC) was that one of the input files had the wrong nc format...
This is an attempt to create a workflow to automate the merging to next. The worflow runs whenever a label is set, and it does the following steps. 1. Check...
This is a proactive issue: we are not at the point where we _really_ need this, as all our current grids have way less than 2.1B horiztonal points. That said,...
There are some things we should check that could help debug problems. At least two people have had issues related to this. 1. First, during buildnml, check that the same...
I run my gh workflows in a self-hosted runner that runs inside a container. The container is torn down at the end of the action, and a service immediately spawns...
## Bug Report I'm not sure this is really a bug, it might just be I'm missing a chain of cmake defaults that end up triggering this. And it may...
As #1337 suggests, our column ops are not sufficiently tested. In particular, it's not enough to test packed/non-packed versions, but, for the packed case, we also need to test both...
We currently ship ekat with a readme mentioning version 1.0 (even though there is no official release stored on gh). Given the recent change in the packaging of ekat (which...
These cause plenty of false positive warnings on GPU, and are a bit annoying. Instead, we should completely rely on stuff in `Kokkos_MathematicalFunctions.hpp`. Namely, I think we should - [...