Luca Bertagna
Luca Bertagna
Ah, I see. Well, then this is something that needs to be fixed in EAM. Not trying to dodge the bulled, but I'm not really familiar with EAM's build system...
No problem. I also thought it was EAMxx when I saw "p3_lookup_table" in the title ... :)
I strongly support this effort. Having e3sm follow state-of-the-art (and relatively well known) patterns will make life MUCH easier for future code maintainers onboarding, as well as for debugging or...
Rob, I guess stuff like the content of `mach_compiler.cmake`. We will likely change the name of some cmake vars, to be more cmake-y, which means that existing mach files on...
> @jgfouca As we develop Omega (YAKL-based) and as other codes may potentially migrate the C++ way... some TPLs like yaml-cpp and spdlog will be used across components too. These...
@jgfouca We should add a nano cmake task: change the `find_xyz` calls to either a) use `HINTS` instead of `PATHS` or b) add `NO_DEFAULT_PATH` that disable search in system folders....
Great, thanks! I thought about Frontier, but I was held back by the fact that we don't have baselines there. However, ERS/P tests can still be useful, even without baselines,...
An update on this. I am hitting NaNs on Chrysalis, and I tracked it down to some packed scan operations. The core issue is that, when initializing the result var...
For SCREAMv1 compset testing on Chrysalis, the fails all look the same. The stacktrace (see below) seems to point to some sort of error during MPI initialization, which, beside of...
@rljacob I was out almost 2 weeks due to knee surgery. I am back now, and this is a priority on my todo list. I think I just need to...