Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

advixe-cl warning

newport_j
Beginner
356 Views

 When I ran the advixe-cl tool like this:

 advixe-cl --collect survey -- ./grab

I got a warning that said:

 

Warning: specifying --search-dir when collecting data is strongly recommended.

 

I am not sure what they mean.

I usually put my executable in the same directory as my source code. Is that what it is complaing about?

Any help appreciated. Thanks in advance.

Newport_j

 

 

 

0 Kudos
2 Replies
Ravi_V_Intel
Employee
356 Views
Hello newport_j, You can learn more details about Intel(R) Advisor XE 2013 command line option "--search-dir" in the following link: http://software.intel.com/sites/products/documentation/doclib/stdxe/2013/advisorxe/win/ug_docs/GUID-0D838812-B329-4297-AAB7-2CDB3AA1D6A5.htm Your command line can simply be changed to the following line to enable Advisor XE to find the relevant files: advixe-cl --collect survey --search-dir=all=./ -- ./grab Please let me know if I can help further. Thank you. Intel Developer Support
0 Kudos
Ravi_V_Intel
Employee
356 Views
Hello Newport_j, I fixed the link - please double check now. Sorry for the inconvenience. Intel Developer Support
0 Kudos
Reply