Intel® Advisor Help

create-project

Create an empty project, if it does not already exist.

GUI Equivalent

File > New > Project...

Syntax

--create-project [--action-options] [--global-options] [[--] <target> [target options]]

Modifiers

project-dir, quiet, search-dir, verbose

Usage

Use the --project-dir action option to:

Example

Create a new advi project in the current working directory.

advisor --create-project --project-dir=./advi_result -- ./bin/myApplication

See Also