|
[Sponsors] |
August 10, 2004, 07:48 |
Fortran error!
|
#1 |
Guest
Posts: n/a
|
Dear CFD people, I can't remove the following fortran error. Any help is appreciated. I use Compaq Visual Fortran Standart edition 6.5.0 and Windows XP. Thanks in advance...
run-time error M6203: MATH - exp: OVERFLOW error |
|
August 10, 2004, 09:56 |
Re: Fortran error!
|
#2 |
Guest
Posts: n/a
|
You're trying to take the exponential of something too big, or you are trying to exponentiate a NaN.
|
|
August 10, 2004, 13:28 |
Re: Fortran error!
|
#3 |
Guest
Posts: n/a
|
this is due to division by zero u can debug by stoping the program at various locatonn espacialy at end of do loop and then use the debug tools of visual fortran 6.5
hope this works but it requires lot a patinece |
|
August 11, 2004, 04:40 |
Re: Fortran error!
|
#4 |
Guest
Posts: n/a
|
Thanks for all...
I did debugging and solved the error |
|
August 11, 2004, 04:42 |
Re: Fortran error!
|
#5 |
Guest
Posts: n/a
|
THATS GOOD
|
|
August 11, 2004, 07:17 |
Re: Fortran error!
|
#6 |
Guest
Posts: n/a
|
Hi,
Compaq visual fortran has a traceback function. If you switch on traceback you are provided with detailed information about the error - including line number file name and subroutine name. This will allow you to locate the problem rapidly. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Compile calcMassFlowC | aurore | OpenFOAM Programming & Development | 13 | March 23, 2018 08:43 |
Accessing phi from a fvPatchField at same patch | johndeas | OpenFOAM | 1 | September 13, 2010 21:23 |
[Netgen] Installation of Netgen in SuSE Linux 92 | edvardsenpriv | OpenFOAM Meshing & Mesh Conversion | 23 | January 16, 2009 07:12 |
How to get the max value of the whole field | waynezw0618 | OpenFOAM Running, Solving & CFD | 4 | June 17, 2008 06:07 |
user defined function | cfduser | CFX | 0 | April 29, 2006 11:58 |