- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would like to export some array for comparing reason. The export should be done during the debug, of course when the code is stopped in an interruption point.
I know if I go with the mouse on the array, I can see the elements and if I put this array in an expression of control (I have the italian version of Visual Studio, so I am just translating, don't know if it's called in another way... sorry for that) I can see it during the debug.
What I need to do is export this array someway (text file, excel, matlab....) because I want to compare it with with others.
I tried o use array visualizer but I couldn't make it work, following this guide: https://software.intel.com/en-us/forums/intel-array-visualizer/topic/296940
It has some problem in the linking, I guess:
1>Compiling with Intel(R) Visual Fortran Compiler XE 15.0.0.108 [IA-32]...
1>AvFRT.f90
1>Update.f90
1>Linking...
1>ipo: error #11018: Cannot open C:\Program
1>ipo: error #11018: Cannot open Files
1>ipo: error #11018: Cannot open (x86)\Intel\Array
1>ipo: error #11018: Cannot open Visualizer\lib\AvFRT.lib
1>LINK : fatal error LNK1181: impossibile aprire il file di input 'C:\Program.obj'
1>
I am using Fortran 77 in VS2012 with Intel Fortran Compiler XE 2015.
Do you have any suggestion?
Thanks
EDIT: Ok, the error there was about the spaces in the path, I fixed it. The problem now is that if go in Debug-->View array it tells me "Unable to view array. The Intel Array Visualizer is not installed, or is not properly installed. The specified module cannot be found"
Ithink it's because I haven't unistalled and reinstalled the fortran integration in VS as suggested here: https://software.intel.com/en-us/forums/intel-array-visualizer/topic/303182#comment-1608623 but I don't know how to do that. I am afraid if I uninstall it I will not be able to install it properly again.
EDIT2: I uninstalled it and install it again but still the same problem... any advice?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, the Array Visualizer no longer works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the reply.
So there aren't other ways to visualize the arrays while debugging fortran code with VS?
I can't believe there are many for C++ but none for fortran.... :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not that I can think of. There's supposed to be some support for calling functions from an "immediate window" in the debugger but I can't get it to work. Perhaps one of the other forum members have some experience with this.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page