| 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
|
|
|
|