You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ezhilsabareesh8@minghangli-uni have observed different MOM6 solutions using the "pure cmake" build.sh build workflow as compared to the pre-built spack executables (e.g. size and timing of truncation errors differs). @micaeljtoliveira suggested that it could be related to the architecture dependent optimisations being turned off (e.g. “-march”; perhaps cmake adds this by default?). Unverified: could additionally mean that the spack built version is slower than the build.sh version.
The relevant compiler flags for the Fortran code base are (L98-101):
@aidanheerdegen suggested posting this as an issue to answer.. Question: what flags are being used by Spack? Any other ideas why we get different solutions?
The text was updated successfully, but these errors were encountered:
Re: this spack-package.
@ezhilsabareesh8 @minghangli-uni have observed different MOM6 solutions using the "pure cmake" build.sh build workflow as compared to the pre-built spack executables (e.g. size and timing of truncation errors differs). @micaeljtoliveira suggested that it could be related to the architecture dependent optimisations being turned off (e.g. “-march”; perhaps cmake adds this by default?). Unverified: could additionally mean that the spack built version is slower than the build.sh version.
The relevant compiler flags for the Fortran code base are (L98-101):
source
@aidanheerdegen suggested posting this as an issue to answer.. Question: what flags are being used by Spack? Any other ideas why we get different solutions?
The text was updated successfully, but these errors were encountered: