Luca Bertagna

Results 462 comments of Luca Bertagna

Keep it open. Once @mahf708 feels like putting the PR fix in, he'll link the PR to the issue, so it autocloses when merged.

Hi @stefano2734 ! I do not recognize the user, may I ask how you are using (or plan to use) Albany? As for the release cycle, yes, we have not...

One comment: I don't think the driver knows if this is the only instance or if there are more than one, right? We don't want to add the instance suffix...

Since we have ``` ./xmlquery NINST NINST: ['ATM:1', 'LND:1', 'ICE:1', 'OCN:1', 'ROF:1', 'GLC:1', 'WAV:1', 'IAC:1', 'ESP:1'] ``` can we use `case.get_value(XYZ)` to get the ATM value of NINST from inside...

Ah, then so long as we can access it from f90, we can forward the inst suffix (if any) to the cxx driver, which later passes it to the output...

I think the naive way to make the vremap fill-aware would be to make ekat's `LinInterp` fill-aware. That is, to notify ekat that if a certain particular value `FV` is...

Tbc, update _is_ fill-aware, but only when it comes to the RHS. The reason for this is that the only place that had to deal with this was the accumulation...

Thanks. I'm still a bit puzzled that changing a partitioning strategy would impact the answer this much. Is there a reason for this?Maybe we can chat offline if the explanation...

@jewatkins correclty pointed out that the SolutionMax response is operating on a single component of the solution, while the avg is for the whole vector solution. His proposal of adding...

> @bartgol We get compile time warning about inlining functions without definition on CPU which I believe is because we are interfacing through `eti/func_name.cpp`, so I need to revert. You...