Visible to Intel only — GUID: GUID-EE4CE549-1CE1-4EF7-B42B-132BA502EC55
Visible to Intel only — GUID: GUID-EE4CE549-1CE1-4EF7-B42B-132BA502EC55
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
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.
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