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

How to slice MD arrays in gdb-oneapi

nil59
Principiante
899 Visualizações

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 Responder
garraleta_fortran
874 Visualizações
I'ts true

 

Responder