Intel® Advisor User Guide

ID 766448
Date 3/22/2024
Public
Document Table of Contents

app-working-dir

Specify the directory where the target application runs during analysis, if it is different from the current working directory.

GUI Equivalent

Project Properties > Analysis Target > [Analysis Type] > Working directory

Syntax

--app-working-dir=<PATH>

Arguments

<PATH> is a string containing the PATH/name.

Default

Default is the current working directory.

Actions Modified

collect

Usage

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.

Example

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

See Also