Marc T. Henry de Frahan

Results 8 issues of Marc T. Henry de Frahan

Still left to do: - [x] unit tests - [x] regression tests - [x] ensure docs are up to date - [x] test GPU Co-authored-by: Jeremy Melvin

#935 introduced a couple spurious print statements: ``` src/GammaEquationSystem.C:249: NaluEnv::self().naluOutputP0()

I am seeing a problem with the NDTW calculation using the latest nalu-wind. Left is NDTW from a run with 4 procs, right is with 8 procs. About halfway up...

OpenFAST 3.5.* has a bunch of fixes. Including - https://github.com/OpenFAST/openfast/pull/2097 - https://github.com/OpenFAST/openfast/pull/2120 and probably others. But this requires that we update our interface to OpenFAST. We've had discussions about this...

## Summary Replace mfiter loops with the MF parallel for versions. These take care of a bunch of defaults for use, creates fused parallelfors for the GPU (nominally results in...

help wanted

A little over a month ago, I was told that people were having segfaults using amr-wind + openfast on Kestrel and using oneapi compilers. I was able to reproduce and...

bug:amr-wind

## Summary Seeing if we can use another clang-format action for our CI. Our current one is stuck at 17 for now. ## Pull request type Please check the type...

I am using `amrex::WriteMultiLevelPlotfileHDF5SingleDset` with `amrex.the_arena_is_managed=0` and it segfaults. Here's the backtrace. It seems to work with `amrex.the_arena_is_managed=1`. The application code is amr-wind. [Backtrace.0.txt](https://github.com/user-attachments/files/15991841/Backtrace.0.txt)