A newer version of this document is available. Customers should click here to go to the newest version.
report
Generate a report from data collected during a previous analysis.
GUI Equivalent
File > Open > Results
File > Recent Results
Syntax
--report=<string> [--action-options] [--global-options] [[--] target [target options]] -R=<string> [--action-options] [--global-options] [[--] target [target options]]  |  
     
Arguments
<string> is the list of available reports:
Argument  |  
        Description  |  
       
|---|---|
annotations  |  
        Report the annotations in the source code.  |  
       
all  |  
        Generate a combined HTML report for Offload Modeling and GPU Roofline Insights perspectives.  |  
       
custom  |  
        Generate a custom report.  |  
       
dependencies  |  
        Report results of a Dependencies analysis.  |  
       
joined  |  
        Combine results for several analyses into a single report.  |  
       
map  |  
        Report results of a Memory Access Patterns analysis.  |  
       
projection  |  
        Report results for Offload Modeling.  |  
       
roofline  |  
        Report results of a Roofline analysis.  |  
       
roofs  |  
        Report roof values.  |  
       
suitability  |  
        Report results of a Suitability analysis.  |  
       
summary  |  
        Report the analysis summary.  |  
       
survey  |  
        Report results of a Survey analysis.  |  
       
threads  |  
        Report on threads.  |  
       
top-down  |  
        Report results of a Survey analysis in top-down view.  |  
       
tripcounts  |  
        Add trip counts data to a Survey report.  |  
       
Default
No default argument
Modifiers
bottom-up, csv-delimiter, data-type, display-callstack, dynamic, enable-task-chunking, filter, gpu, format, limit, memory-level, memory-operation-type, mix, mpi-rank, option-file, project-dir, quiet, recalculate-time, reduce-lock-contention, reduce-lock-overhead, reduce-site-overhead, reduce-task-overhead, refinalize-survey, report-output, report-template, search-dir, show-all-columns, show-all-rows, show-functions, show-loops, show-not-executed, sort-asc, sort-desc, target-system, threading-model, top-down, verbose, with-stack
Usage
Suitability reports are the most configurable.
Generate a report from data collected during a previous analysis.
Example
Generate a Suitability report.
advisor --report=suitability --search-dir src:r=./src --format=text --report-output=./out/suitability.txt --project-dir=./advi_results
Generate a Dependencies report for data collected on rank 3 of MPI cluster:
advisor --report=dependencies --mpi-rank=3 --search-dir src:r=./src --project-dir=./advi_results