Intel® Advisor Help
Specify the directory where the target application runs during analysis, if it is different from the current working directory.
Project Properties > Analysis Target > [Analysis Type] > Working directory
--app-working-dir=<PATH> |
<PATH> is a string containing the PATH/name.
Default is the current working directory.
If your data files are saved in a separate location from the target application, use the app-working-dir option to specify the target application working directory.
Run a Survey analysis on myApplication. Use work-dir to launch myApplication.
advisor --collect=survey --app-working-dir=./work_dir --project-dir=./advi_results -- ./myApplication