Luca Bertagna

Results 465 comments of Luca Bertagna

The AT devs will not add anything to their workflow, so we can't ask for a helper feature from them. We _could_ make our testing script return non-zero if `non-BFB`...

@crterai are you running off of a recent master? There was an issue a while ago regarding restart of accumulated quantities, but it got fixed a few weeks ago. So...

> From what @oksanaguba said, the branch we are using here`machines/frontier` was based off a scream repo of May 19th. Ah, yes! The PR that fixed the accumulation bug went...

Is this still a concern? @AaronDonahue @brhillman , please close if it's not.

@tcclevenger @bogensch is this still an issue?

Actually, I just ran `./atmquery --grep shoc`, and it _did_ print exactly what I wanted (the node, along with its children), so maybe this is just a matter of replicating...

@dqwu , here's a simple reproducer of the problem: ``` set (MyVar "S_val_pre" CACHE STIRNG "") function (my_func VAR) set (Temp) # Uncomment these to see the issue # list...

I can't be 100% sure what the culprit was, but a call to `find_package(MPI ...)` now sets _a lot_ of the `MPI_XYZ` cmake vars, including `MPI__INCLUDE_PATH` and `MPI__LIBRARIES`. If these...

Yes. It seems to me that those are the ones that scorpio passes to `find_package_component`.

Ah, yes, that seems to work. I guess that solves the problem, though I have to say that the fact that both `__PATH` and `__PATHS` are supported is a bit...