I read the samples and --help to run advisor xe on my program.
I want to do an analysis on vectorization. I am limited to command line for everything.
I used advisorxe to collect data for my mpi program - like this:
mpirun -np ../dir1/dir2/a.out : -np 1 advixe-cl --collect survey -project-dir myproc ../dir1/dir2/a.out
This runs 64 mpi ranks and successfully runs to completion -the run created directory myproc containing file myproc.advixeproj and directory rank.63 (containing more subdirectories and files).
So now I want a report so I run:
advixe-cl --report survey --project myproc --search-dir src:r= ../dir1/dir2
But instead of generating a report I get an error message:
Intel(R) Advisor Command Line Tool
Copyright (C) 2009-2016 Intel Corporation. All rights reserved.
advixe: Error: The directory, `e000', cannot be found.
So what is wrong with my collection or my report generation? Please advise.