o******n 发帖数: 25 | 1 for a fortran program. What kind of error is that?
What might be the cause of it? I've been stuck on this
for two weeks and now I am devastated.
Any suggestion will be highly appreciated!! THANKS!!! | r**a 发帖数: 630 | 2 divided by 0? hehe. funny.
【在 o******n 的大作中提到】 : for a fortran program. What kind of error is that? : What might be the cause of it? I've been stuck on this : for two weeks and now I am devastated. : Any suggestion will be highly appreciated!! THANKS!!!
| f***d 发帖数: 101 | 3 divided by zero, inexact, overflow, underflow, invalid
If you want your code to run continuously without exiting
for this error, your compiler should have one option for
that, for Sun f77, it is the default.
With deguggers like dbx, you will find the exact location
of such error in your code and you will be able to see values
of some varialbes in stack.
Good luck,
【在 o******n 的大作中提到】 : for a fortran program. What kind of error is that? : What might be the cause of it? I've been stuck on this : for two weeks and now I am devastated. : Any suggestion will be highly appreciated!! THANKS!!!
|
|