Intel® Advisor User Guide

ID 766448
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

exp-dir

Specify a path to an unpacked result snapshot or an MPI rank result to generate a report or model performance.

Syntax

--exp-dir=<path>

Arguments

<path> is the path or a name of a directory to an unpacked snapshot or an MPI rank result.

Default

Current working directory

Actions Modified

collect=projection

report

Usage

If you specify the --exp-dir option, you do not need to specify a project directory.

With --collect=projection, if you have a result snapshot, you can run Performance Modeling without an original project or application source/executable.

NOTE:
If you have a packed snapshot, unpack it first using the import-dir action.

Example

Model performance for a mySnapshot snapshot.

advisor --collect=projection --exp-dir=./mySnapshot

Generate a Survey report from the result in the advi_result directory for the MPI rank 2. Output the report in text format as mpi_survey.txt.

advisor --report=survey --format=text --report-output=./out/mpi_survey.txt --exp-dir=./advi_results/rank.2

See Also