Hi,
I'm checking out the IVF evaluation edition in preparation for migration from CVF. One of the things confusing me is the new Array Viewer. Using the old Compaq Array Viewer, I could do something like the following, writing to a formatted ASCII file:
WRITE (48,'(A)') '#agl ascii data V1.0'
WRITE (48,'(A)') '#type AGL_FLOAT'
WRITE (48,'(A)') '#lang Fortran'
WRITE (48,'(A)') '#dim 174 194'
using those four lines as the header, then writing out an array of the appropriate size (in this case, 174x194). I could then open the file with Compaq Array Viewer and see the values and a visual representation of the grid.
Trying to open this file using the new visualizer seems to result in... nothing. I've had no success trying to add, for instance, Attributes, or Graph2Ds in the new visualizer. I can't seem to wrap my head around how the new visualizer works... Especially since the Compaq Visualizer always just opened the file right up with no tweaking. Any advice?
Intel Array Visualizer vs. Compaq Array Viewer
Per informazioni complete sulle ottimizzazioni del compilatore, consultare l'Avviso sull'ottimizzazione

