The ATTRIBUTES directive option ARRAY_VISUALIZER enables more efficient memory sharing between the application and the Intel® Array Visualizer library. It takes the following form:
cDEC$ ATTRIBUTES ARRAY_VISUALIZER :: array
c |
Is one of the following: C (or c), !, or *. (See Syntax Rules for Compiler Directives.) |
array |
Is the array to be used with the Intel® Array Visualizer library. |
The following example shows a way to use this directive option to improve the performance of the call:
real(4), allocatable :: MyArray(:, :)
!DEC$ ATTRIBUTES array_visualizer :: MyArray