For Programmers: Free Programming Magazines  


Home > Archive > Fortran > April 2006 > debugging options for ifort ?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author debugging options for ifort ?
varun.tangri@gmail.com

2006-04-08, 7:01 pm

What are the debugging options for ifort if the program is multifile
and has
several modules. one is:
ifort -g

I want to inspect a few variables in each of the modules. Just giving
'ifort -g' is not working.
I used

ifort -ipo -g
and afew more switches. But all I have been able to do is set
breakpoints.

Please help

DigitalPig

2006-04-11, 4:04 am

Maybe you should try ifort --debug-parameters all.

DigitalPig

2006-04-11, 4:04 am

Maybe you should try ifort --debug-parameters all.

varun.tangri@gmail.com

2006-04-17, 7:03 pm

If I try to view the variables, What I mostly get is :

Internal error : Failed to complete symbol dpoint in
"ECRMCC_input.f90"`ECRMCC_INPUT Symbol=0x406cf7b8 by reading
symLoc=0x40732f98
Assertion failed: falsesrc/st/mem/pil_symbol.C1890
This is an unexpected condition and may indicate the presence of a
defect.
If you wish to report this, please include the stack trace that
follows.


& I see no tack trace. The program uses several modules. except for
variables in the main program, I cannot see any variables

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com