PDA

View Full Version : Debugging Using intel/gnu for fortran files



Deathslayer7
2013-07-10, 02:42 PM
Hey guys,

I'm trying to run the debugger on a Linux OS.

Currently I have intel the intel 12 compiler installed but I could change to gnu.

The problem i'm getting is which one is easier to work with?

I tried using the "idbc" command for the intel debugging but I get this:

Reading symbols from /home/UNLV2/egr/fydad/KIVA_valves/kiva4...(no debugging symbols found)...done.

In the makefile, I changed the Fflags to -g

Any help?

nedz
2013-07-10, 05:09 PM
It sounds like your in some code which is a release build or OCO/third party.
Without knowing a lot more it's hard to be sure.

Debuggers can get confused though so try a complete rebuild.