Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29273 Discussions

Viewing multidimensional arrays using Intel debugger

bhanu
Beginner
627 Views
Hello
I am having problems viewing a multidimensial array using the Intel debugger.
I am using Intel fortran compiler 8.0integrated into .NET.
While I am able to view statically allocated arrays, the debugger says "Invalid Debug Information" for dynamically allocated arrays of dimension 3 or more.
Has anyone else encountered this problem?
Thanks.
0 Kudos
3 Replies
Steven_L_Intel1
Employee
627 Views
Are you using the debugger from within VS.NET or are you using the Intel Debugger (idb)? What is the "package id" of your install of Intel Fortran (w_fc_pc_8.0.???)
0 Kudos
bhanu
Beginner
627 Views
I am using the intel debugger from within VS.NET and the package id is 035
Thanks,
Bhanu
0 Kudos
Steven_L_Intel1
Employee
627 Views
Ok - please download and install a current compiler - 050 is the latest. If the problem is still present, report it to Intel Premier Support. Please be sure to specify that you are using the debugger in VS.NET.
0 Kudos
Reply