Closed marchdf closed 1 month ago
Gotta say I am a bit surprised to find myself on line 296 instead of 294 in NgpFieldOps.h
. I thought we turned off simd here: https://github.com/spack/spack/blob/5ac2b8a178a47d9073918dc6014d41f48f393a29/var/spack/repos/builtin/packages/nalu-wind/package.py#L145
The above PR proposes a fix. Looks like the ifdefs were wrong. Testing it out now.
Hitting the following:
It happens on L106 of
GeometryInteriorAlg.C
:elemVolOps
looks ok I think?Maybe it is not allowed to do
+=
on that data type?@alanw0 and @overfelt do you have any thoughts on this one?