Ask Your Question
0

IEEE_UNDERFLOW is signaling

asked 2024-01-18 05:05:07 -0500

Rameshpp gravatar image

While doing dynamic simulation, I am facing this error message "IEEE_UNDERFLOW IS SIGNALING". Kindly give the solution.

edit retag flag offensive close merge delete

Comments

Is that the complete error message???????????

perolofl gravatar imageperolofl ( 2024-01-18 09:44:29 -0500 )edit

"Intel(r) Visual Fortran run-time error forrtl: warning (528): IEEE_UNDERFLOW is signaling" This statement is popedup as the error message

Rameshpp gravatar imageRameshpp ( 2024-01-19 00:30:38 -0500 )edit

Do you have user models?

perolofl gravatar imageperolofl ( 2024-01-19 03:28:03 -0500 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2024-01-23 12:30:49 -0500

Alex P gravatar image

According to this webpage:
https://community.intel.com/t5/Intel-...

"The message simply means that at some point in your calculation you generated a result abs(x) < TINY(x) (which would result in x == 0. with typical options). "

So I think it's an inconsequential error coming from a UDM.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2024-01-18 05:05:07 -0500

Seen: 702 times

Last updated: Jan 23