I installed pgi fortran 11.1, rebuilt my aplication and did the test run.
Then, I got a message “IEEE_denorm is signaling” on exit. I understand
that this is due to “stop statement” which is compliant with fortran 2003.
Flags like IEEE_underflow can be cleared with IEEE_SET_FLAG function.
But, I can not clear IEEE_denorm flag because it’s out of the standard.
Please let me know how to clear it.
Best Regards,
tmishima