Timothy Smith
Timothy Smith
Closing #982, #983, #984, #985 and combining into this issue. As @jhux2 has suggested, it looks like these are all the same issue. They seem to occur when trying to...
Today I ran into an issue that was a build error in Clang but not GCC. Since we do use both regularly, it would be nice to have another CI...
We have noticed several subtle issues with SIMD, so we turn it off in our official spack package builds. In addition, SIMD is never activated for GPU builds. Since we...
In a ROCm 6.4.1 build on Frontier, the 4_turb_abl_rigid case from [exawind-cases](https://github.com/exawind/exawind-cases) crashes on Frontier with a memory error after several timesteps: ``` Memory access fault by GPU node-9 (Agent...
Running the Nvidia compute-sanitizer with initcheck tool on the unit tests uncovered some memory initialization issues which have since been fixed (#1380, #1381). In addition, running the unit tests in...
As per discussions with STK team members, STK is moving towards a new Field API that will be easier to use and debug. We should switch over to this new...