Intel® Fortran Compiler 16.0 User and Reference Guide

ATTRIBUTES ARRAY_VISUALIZER (W*S)

The ATTRIBUTES directive option ARRAY_VISUALIZER enables more efficient memory sharing between the application and the Intel® Array Visualizer library.

!DIR$ 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(:, :)
   !DIR$ ATTRIBUTES array_visualizer :: MyArray

See Also