Visible to Intel only — GUID: GUID-D398CE81-6826-4F9B-BE29-B5824F1A1DD4
Visible to Intel only — GUID: GUID-D398CE81-6826-4F9B-BE29-B5824F1A1DD4
project-dir
Specify the top-level directory where a result is saved if you want to save the collection somewhere other than the current working directory.
Syntax
--project-dir=<PATH> |
Arguments
<PATH> is the PATH/name of a directory.
Default
Current working directory
Actions Modified
collect[/OptionRef/OptionBody/ActionModified/p/xref/desc {"- topic/desc "}) Run the specified type of analysis and collect data. (desc], create-project[/OptionRef/OptionBody/ActionModified/p/xref/desc {"- topic/desc "}) Create an empty project, if it does not already exist. (desc], import-dir[/OptionRef/OptionBody/ActionModified/p/xref/desc {"- topic/desc "}) Import and finalize data collected on an MPI cluster. (desc], mark-up-loops[/OptionRef/OptionBody/ActionModified/p/xref/desc {"- topic/desc "}) After running a Survey analysis and identifying loops of interest, select loops (by file and line number or criteria) for deeper analysis. (desc], report[/OptionRef/OptionBody/ActionModified/p/xref/desc {"- topic/desc "}) Generate a report from data collected during a previous analysis. (desc], snapshot[/OptionRef/OptionBody/ActionModified/p/xref/desc {"- topic/desc "}) Create a read-only result snapshot you can view any time. (desc]
Usage
Recommendation: Specify the project directory when you:
Generate a report from a collection.
Import MPI collections.
Examples
Run a Survey analysis on myApplication. Search the src directory for all source, binary, and symbol files. Write the result to advi_results.
advisor --collect=survey --search-dir all:=./src --project-dir=./advi_results -- ./myApplication
Generate a Survey report from the result in the advi directory. Output the report in text format as survey.txt.
advisor --report=survey --format=text --report-output=./out/survey.txt --project-dir=./advi_results