|
Prev: Character to Real*8
Next: Random Numbers
From: bei on 16 Jun 2006 13:50 I work with some fortran codes using intel fortran 9.0 integrated with MVS.net 2003.When I debugged,I encounted some floating point exceptions as follows: forrtl: error (65): floating invalid Image PC Routine Line Source sph3d.exe 0046835B Unknown Unknown Unknown Press any key to continue My code is based on the program from other which works fine. I double checked my own code and I can't find the error.Now I have no idea about how I can fix this bug.I want to track the first place this exception occured. I would appreciate if someone can give me any idea about this. Best, Bei
From: R. MacDonald on 19 Jun 2006 05:44 Hello, Bei, I think that you will need to rebuild sph3d.exe with the "Generate TraceBack Information" option set to "Yes". To find this, select "~~Properties..." under the IDE's Project menu, and select the "Run-time" entry under the "Fortran" folder. Cheers, Randy bei wrote: > I work with some fortran codes using intel fortran 9.0 integrated with > MVS.net 2003.When I debugged,I encounted some floating point exceptions > as follows: > > forrtl: error (65): floating invalid > Image PC Routine Line Source > sph3d.exe 0046835B Unknown Unknown Unknown > Press any key to continue > > My code is based on the program from other which works fine. I double > checked my own code and I can't find the error.Now I have no idea about > how I can fix this bug.I want to track the first place this exception > occured. > > I would appreciate if someone can give me any idea about this. > > Best, > > Bei >
|
Pages: 1 Prev: Character to Real*8 Next: Random Numbers |