Intel® Advisor Help

user-data-dir

Specify a directory other than the project directory for the analysis result.

GUI Equivalent

Intel Advisor standalone GUI: File > Options > > Intel® Advisor 2016 > Result Location

Syntax

-user-data-dir <directory>

Arguments

The directory where the result should be written.

Default

project-dir: The result is written to the project directory.

Actions Modified

collect, report

Description

Use the user-data-dir option when you want the result files written somewhere other than project-dir, which is the default. For example, you could use this option when you want the result stored in a remote directory, or when there is not enough space in project-dir for the data collections.

Example

This example collects Suitability data, storing the data collection results in the location specified by user-data-dir.

$ advixe-cl -collect suitability -project-dir ./advi  -user-data-dir <PATH> -search-dir src:=./src -- myApplication

See Also