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

How to slice MD arrays in gdb-oneapi

nil59
Beginner
898 Views

Hi

 

Previously the intel gdb (now gdb-oneapi) debugger could slice multi dimensional arrays, typical:

 

An array may have the dimessions:

real :: f(10,10,10)

then

p f(2:4,2:4,2:4)

(or something similar)

would print 8 values of f

I'm not able to do this anymore so I wonder if it is removed or has taken a new form?

Br

 

Nils Inge Lilleheie

0 Kudos
1 Reply
garraleta_fortran
873 Views
I'ts true

 

0 Kudos
Reply