- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can I prevent the pop up message window "Warning (528): IEEE_Underflow is signaling"? I am using IVF 14.0.3, IMSL 7.0.1, compiler settings fpe:0, and using the MKL libs option. The main program USES imsl_v7 which is just
module imsl_v7
include 'link_fnl_static.h'
end module imsl_v7
The program runs fine but I get the message at the end which I don't want.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you compiling with /standard-semantics ("Enable Fortran 2003 semantics")? If so, you'll get this message. To turn it off, add:
/assume:nofpe_summary
under Fortran > Command Line > Additional Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That worked.
Thanks Steve L.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great. By the way, please go to your Dashboard (click on your user ID in the upper right corner and select Dashboard), then go to Profile and select a "Display Name" that isn't your email address. This will prevent your email address from showing here in the forum.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page