Luca Bertagna

Results 127 issues of 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...

EAMxx

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...

help wanted
CIME
EAMxx
code usability

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...

workflows

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,...

EAMxx

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...

EAMxx

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...

type: bug
pkg: MueLu

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...

testing
priority:medium

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 - [...

enhancement
code cleanup
code quality
code usability