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

command line -no-auto-finalize

Ronald_G_2
Beginner
802 Views

 

A couple of questions on finalization.

We're working on Knights Landing processor.  Obviously finalization on KNL is slower than on Xeon, taking somewhere between 5 to 15 minutes for a moderately large code.  We started using -no-auto-finalize on the KNL collection and finalizing in the GUI ( open an empty project, set up the Properties with binary, source search, bin search.  Then Open Results - loading the results finalizes in the GUI and all is good. )

Couple of questions: 

Why isn't there a command line finalization command like in Vtune?  something like 'advixe-cl  -finalize -project dir <foo> -search-dir all:r=<foo>

I would like a command line way to finalize so collection could be done on the KNL and I could finalize from the command line on Xeon.  Please add a Feature Request for this.  It would be helpful to run batch tests overnight w/o the GUI and have everything collected and finalized in batch command line mode.

Next question:  is finalization a one-time event?  Is there a Re-finalize results like in Vtune?  Can one re-finalize results, and if so, is there a hidden button or a command line command to do this?

Ron

 

 

 

 

0 Kudos
1 Solution
Kevin_O_Intel1
Employee
802 Views

 

You can also remove the .norun file from the result directory and then open the results and it will refinalize

 

View solution in original post

0 Kudos
4 Replies
Kevin_O_Intel1
Employee
802 Views

 

Hi Ron,

I can file a feature request.

Finalization is a one time event. I think you can delete move some files to force re-finalization. Let me verify.

Kevin

0 Kudos
Kevin_O_Intel1
Employee
802 Views

 

To force finalization you can remove

rank.*/hs***/sqlite-db sub-directory

I'm filing a CQ Feature request for the above functionality you mention

0 Kudos
Kevin_O_Intel1
Employee
803 Views

 

You can also remove the .norun file from the result directory and then open the results and it will refinalize

 

0 Kudos
Ronald_G_2
Beginner
802 Views

Just to confirm - Is there a CQ Feature Request for advixe-cl to support a separate finalization command similiar to that provided by Vtune, an advixe-cl  -finalize <args>  sort of functionality?

0 Kudos
Reply