ATTRIBUTES ARRAY_VISUALIZER (W*32, W*64)

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

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