Intel(R) Advisor XE 2013 Update 3 is now available for both Linux* and Windows*. You can learn more about the product at the Intel(R) Advisor XE Home Page. You can always access the product Release Notes and what is new in this Update 3 in the related Readme file.
Intel® Advisor XE
We are unable to find registrations/downloads matching this request
Not sure this is the right forum, but I am getting the following error message when I try and download the latest version (Version 2013 Initial Release or Update 1) of Intel Advisor XE
We are unable to find registrations/downloads matching this request.
I have an education license for both Windows and Linux and am seeing the same error message. Any ideas?
Thanks,
John
Nested Loops
I have a subprogram in my software that has a parallel site that contains nested loops. I am uncertain as to
how to annotate them. Can you direct me to some literature on this?
Any help appreciated. Thanks in advance.
Newport_j
ANNOTATE_SITE_BEGIN() and ANNOTATE_TASK_BEGIN()
When I annotated my first file based on the results of intel Advisor survey, I got the error:
'RRAY' undeclared (first use in this function)
Each undeclared indentifier is reported only once
for each function it appears in.
Now in
ANNOTATE_SITE_BEGIN();
and
ANNOTATE_TASK_BEGIN();
What must be the sitename and what must be the taskname? Also, do I have to declare each? At present it says my taskname is undeclared.
RRAY was my taskname and I did not declare it. I did not think that I had to.
Any help appreciated.
advisor-annotate.h header file
Is the header file, advisor-annotate.h, compatible with gcc?
Does it only work with Intel's compilers such as icc, etc or can it work witth gcc also?
Thanks in advance.
Newport_j
vdso
I get the following message when I run Intel Advisor XE 2013 for Linux or my program.
A Symbol file is not found. The call stack passing through [vdso]' module maybe incorrect.
I did not get this message before. I am getting it now.
I did a Google search and it seems to also appear when somebody runs Intel's VTune. The reply said to not be concerned or worry about this message.
Is that what I should do?
Any help appreciated.
Newport_j
Message when program running under Intel Advisor xe
When I was running my program on Intel Advsir xe 2013, during the running process I got the follwinw message:
A symbol file is not found. The call stack passing through '[vdso]' module may be incorrect
I checked and recompiled my program with the -g option because I thought that was the
symbol file not found and thus the source of the error. . I still got the error anyway. What am I doing wrong and how can I fix it?
Thanks in advance.
Newport_j
Annotation files
I have the tutorial and some information in a very large html file that discusses Intel Advisoe xe 2013. I do not have much about annotations. That is critical, once you have found hotspots in your program that you are seeking to parallize.
Where can I find in the literature for Intel Advisor xe 2013 (for linux) where it talks about annotations, the types and what they are used for.
Also where can I find a copy of the main reference document that is in doc or pdf format. These are the files formats that my Kindle Fire can read - not html.
Any help appreciated.
Tuutorial Questions
I have run the tutorial in gui moode. I do have two questions:
1. The nqueens-advisor program has source, binary files but no input and output files. My program doed have input and output files. I can handle that on the command line, how do I handle it in the gui. I am guessing it has something to do with project properites.
text editor error
When I try to open the external text editor for this file. It says :
Cannot open the external text editor for this file. Suggestion:
make sure the text editor is set in the EDITOR or VISUAL environment
variable and supports a filename as an argument.
I must have failed to do something when I was setting up this program
on the nqueens problem. Please tell me how to fix this problem.
Any help appreciated Thanks in advance.
Newport_j
