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

Size(array) in debugger?

Ralf
Beginner
431 Views
Hi all,
in loop constructs I mostly use the Size-intrinsic for the last index as in:
do i=1, size(array) ...
but without having a variable declared for the size, there seems to be no way in the debugger to get the information, i.e. size(array) does not work in the debugger windows, or is there a way?
Cheers
-Ralf
0 Kudos
1 Reply
Steven_L_Intel1
Employee
431 Views
I don't know of a way other than expanding the array and seeing how many elements are shown.
0 Kudos
Reply