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

Debugging IVF 8.0 - Multidimensional Arrarys: 'Invalid Debug Information'

Deleted_U_Intel
Employee
354 Views
Hello,
while debugging IVF8.0 with VS.Net 2003 i have the following problem:
arrays with dimension > 1 cannot be evaluated:

real

(RP), dimension(iv0s:iv0e, jv0s:jv0e, kv0s:kv0e) :: Wirbel

In the watch window, the variable is displayed as:

-Wirbel{...}
Wirbel(1) Invalid Debug Information
Wirbel(2) Invalid Debug Information
Wirbel(3) Invalid Debug Information
Wirbel(4) Invalid Debug Information
Wirbel(5) Invalid Debug Information

Tying to directly access elements:
Wirbel(2,2,2) 'Wirbel':Too many array subscripts

The code itself runs smooth over it during debug/runtime.

Thanks,
Christian


0 Kudos
2 Replies
Steven_L_Intel1
Employee
354 Views
Please report problems of this nature to Intel Premier Support, and be sure to attach a complete example which reproduces the problem.
0 Kudos
Steven_L_Intel1
Employee
354 Views
No, you're not doing anything wrong. Please do submit this example to support.
0 Kudos
Reply