Software Archive
Read-only legacy content
Ankündigungen
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Debugging an OpenMP code

Jack_S_
Einsteiger
946Aufrufe

Hi all,

I haven't seen a coherent/official OpenMP debugging post by the Intel guys.

How can I debug an OpenMP Fortran code with idb ? Are there any compilation flag(s) required in order to ''serialize'' the code first ?

Any suggested manual/links that you know off ?

Appreciate your time and your answers.

Best regards,

Jack.

 

0 Kudos
2 Antworten
Rob_Mueller-Albrecht
Mitarbeiter
946Aufrufe

Dear Jack,

other then enabling symbol info in your code there is no need for execuation serialization or anything like it with the old Intel Debugger 13.0 (IDB).

In the debugger user guide (https://software.intel.com/sites/products/documentation/doclib/stdxe/2013/composerxe/debugger/user_guide/) I would refer to the chapters "Debugging Parallel Applications", especially the entries on "Working with Threads" and "Debugging Multi-Threaded Applications".

There are special notes on

Please let me know if this answers your question or if you would like to ask about a specific use that you would like to discuss in mor detail.

I will gladly try to help.

Thanks, Rob

 

Jack_S_
Einsteiger
946Aufrufe

Dear Rob,

Thanks for your rapid and detailed replay.

This is certainly a good starting point for me - please let me get back at you in case I have specific questions.

Best regards,

Jack.

Antworten