Interest in Array Visualizer?

Interest in Array Visualizer?

Ritratto di Community Admin

Hello,

Those of you who do Fortran programming on the side may have noticed that Fortran for Windows v7.0 includes a new tool called the Intel Array Visualizer. The Array Visualizer enables to graphically visualize array data. You can find out more about it at: http://www.intel.com/software/products/compilers/fwin/array_vis.htm

Even though it is part of the Fortran product, the Array Visualizer can be used with C/C++ code as well (and also C#, VB.Net, VB6).

We would like to know how much interest there is in this tool being included with future editions of Intel C++. So if you have an opinion pro or con, please post here!

Thanks,

John

6 post / 0 new
Ultimo contenuto
Per informazioni complete sulle ottimizzazioni del compilatore, consultare l'Avviso sull'ottimizzazione
Ritratto di GaneshRao (Intel)

John -

This is pretty novel!
Question - The download link in this page points to the general download area. I guess you are saying that we should download the Fortran compiler and get the utility. Is that correct?

Thanks,
Ganesh

Ritratto di Community Admin

Yes, they can download the trial Fortran compiler and get the Array Visualizer as well. To use the Array Visualizer headers/libs they will just need to update their INCLUDE/LIB paths. Also the Array Viewer application can be used to look at data files and create new graphs without any programming needed.

John

Ritratto di GaneshRao (Intel)

I am trying to bring this back to the top of list.

Did anyone try?
Please add a line even if you didnt.
You feedback is valuable.

Thanks!
Ganesh

Ritratto di sdrajan

Array Visualizer looks like an excellent tool for viewing a variety of data types. I am especially interested in HeightPlot and XYZPlot. Please include this with the Intel C++ compiler. I have not read the entire documentation. However, are you going to provide functions to dump the generated images to external files? If so what formats are supported?

Ritratto di Community Admin

Creating image files of graphs is supported through the CreateImage.vbs script provided in Array Visualizer/Samples/Script. See readme.txt in that directory for instructions on how to run it. Supported output formats are PNG, JPG, BMP, and GIF.

John

Accedere per lasciare un commento.