Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Compaq Array Visualiser

Intel_C_Intel
Employee
842 Views
0 Kudos
5 Replies
Intel_C_Intel
Employee
842 Views
To call CAV from Fortran you can use the fagl and fav routines. For example,
call faglShow(myArray, status)
will display myArray in the Array Viewer. See the Array Visualizer documentation and the sample programs in /Samples/Fortran for more information.

As far as distributing your program, the easiest thing to do is to have the other computers install the AV Demo kit which is available at: http://www.compaq.com/fortran.

There is more information on redistribution in the Array Visualizer documentation in the Getting Started topic.

Hope this helps!

John
0 Kudos
rahzan
New Contributor I
842 Views
Filip,
Whatever you do, do NOT install the demo on any pc with CVF. As of a few months ago, it's DLLs had a lower version than the CAV which is included in the CVF 6.6b, and in order to ge that version back you have to re-install CVF starting from v6.5. This caused problems in MSdev for me for months and many reinstallations.

The docs on the CAV are rather poor. In particular it seems to refer to a few different products all in one: FAV, FAGL and maybe something else. I wanted to know what all these things are and what differences there are between them. the Docs could not even tell me the basic stuff.

So I stupidy installed the CAVdemo so that I can see if the demo (usually being a pre sales device) can tell me what things there are that CAV does but no dice!

tim
0 Kudos
Intel_C_Intel
Employee
842 Views
Not installing the demo on any pc with CVF is a good point that I should have mentioned.

Tim, have you looked at the docs for Intel Array Visualizer? If so, do you feel it's an improvement? Let me know if you have any suggestions.

Other than the docs that are also several Compaq Fortran newsletters articles about AV that can provide some useful background. Once the Intel Fortran newsletter starts up I'll try to find some time to write something about the Intel AV product.

John
0 Kudos
rahzan
New Contributor I
842 Views
I do have a copy of IF but have not looked at it.
I was not even sure if AV is included in that version that I have from about 5 months ago.

Is it true that the AV lib and the docs on the IF cd are the SAME as that in CVF6.6b?
If so I will surely read the doc in IF (and comment).

Tim
0 Kudos
Steven_L_Intel1
Employee
842 Views
No, it's not true. The "Intel" implementation is quite different.

Steve
0 Kudos
Reply