Intel® Advisor Help
Use an option file.
-option-file <PATH> |
The PATH/name or directory of one or more option files.
Use the option-file action-option to load one or more option files when generating a report. An option file allows you to save a set of options so they can be loaded whenever you want to use them, rather than having to enter them all via the command line. The option file must be in UTF-8 encoding.
This option file specifies the project directory, directory to search for source files, and PATH/name of the output text file, so it could be used whenever you want to generate this type of report.
-project-dir ./advi -search-dir src:=./src -format text -report-output ./out/annotations.txt
If this option file is named my_suitability_analysis.txt and stored one level up from the current working directory, the following command would generate a Suitability report using this option file.
$ advixe-cl -report suitability -option-file ../my_suitability_analysis.txt