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
The cloud microphysics driver crashes with a floating point exception when using the flag -Ktrap=fp with -O2 or -fast. Interestingly, it does not throw the FPE when built with -O0 -Ktrap=fp or -O1 -Ktrap=fp. This needs to be investigated. For now, the 'Release' build is not trapping FPEs.
The text was updated successfully, but these errors were encountered:
The cloud microphysics driver crashes with a floating point exception when using the flag
-Ktrap=fp
with-O2
or-fast
. Interestingly, it does not throw the FPE when built with-O0 -Ktrap=fp
or-O1 -Ktrap=fp
. This needs to be investigated. For now, the 'Release' build is not trapping FPEs.The text was updated successfully, but these errors were encountered: