Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
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.
29281 Discussions

Debugging of Co-Array Fortran Codes: .pdb files are not found.

Pavel_G_1
Beginner
541 Views

Dear Dr. Lionel, 

We try to use co-array Fortran for our calculations and we meet a problem: during debugging our codes we cannot see values in our fortran programs. Debugger tell us that the files libicaf.pdb, impimt.pdb are not found. We tried to find them on Microsoft Symbol Server, but nothing is there.

What we shall do?  Where we can get these files?

Our computer is a workstation with 2 Intel Xeon processors (12 cores, 24 threads).  OS Windows 7. 

We use Intel(R) Visual Fortran Composer XE 2013 with Visual Studio 2010 . 

Sincerely,
Pavel Geshev

Novosibirsk State University, Novosibirsk, Russia

0 Kudos
1 Reply
Steven_L_Intel1
Employee
541 Views
PDB files for those DLLs are not provided and you don't need them, unless you are trying to debug those Intel DLLs. However, it is not really possible to debug coarray applications on Windows at this time - we're still working out how to do that. You have to do it the "old fashioned way" with PRINT statements, etc.
0 Kudos
Reply