-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
Under #502 @climbfuji points us to
Setting compiler option -fp-speculation=safe on our Intel configurations for ESMF_BOPT=O seems the way to go to prevent issues with speculative floating point code that can lead to floating point exceptions. This would be the safe way to prevent the issues reported when user code builds with -fpe0.
I would think that for most of the ESMF code potential performance impact is minimal. Only maybe some portions of the weight generation part might have measurable performance impact with -fp-speculation=safe over the default fast option for optimized compilation?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature/enhancementNew feature or requestNew feature or request