Skip to content

Error running input file in CFAST gfortran build #2100

Answered by mcgratta
fttoinches asked this question in Q&A
Discussion options

You must be logged in to vote

The IEEE_UNDERFLOW message probably means that the compiler does not automatically assume that 1e-99, say, can be considered 0. The gnu compiler can be fussy about such things and there is probably a flag to tell it to relax. As for the floating point exception, that might be a divide by zero or a square root of a very small negative number. Could you recompile using the gnu_win_64_db build target and run the case again. That might provide us with a line number indicating where the problem is.

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@fttoinches
Comment options

@rpeacoc
Comment options

rpeacoc Mar 15, 2024
Collaborator

Comment options

You must be logged in to vote
1 reply
@fttoinches
Comment options

Answer selected by fttoinches
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants