Intel® Advisor Help
Uses the BROWSER environment variable on Linux* systems to locate an installed HTML browser. This enables the display of Getting Started Tutorials or Help from the Intel Advisor GUI Help menu.
Provides the ADVISOR_XE_2016_DIR environment variable that you can use to specify additional include directories when compiling, so the compiler can find the Intel Advisor include file that defines annotations. For more information, see the help topic About Using the Intel Advisor Annotation Definitions File. Define the ADVISOR_XE_2016_DIR environment variable by using an export command. For example: export ADVISOR_XE_2016_DIR=/opt/intel/advisor_xe_2016.
Tests the ADVIXE_EXPERIMENTAL environment variable to determine whether evaluation features have been activated.
With C++ parallel Intel® Threading Building Blocks (Intel® TBB) programs, the TBBROOT environment variable must be defined, so your compiler can locate the installed Intel TBB include directory. See the help topic Defining the TBBROOT Environment Variable.
In addition to the File > Option> Editor settings, you can use the VISUAL or EDITOR environment variable to specify the external editor to launch when you double-click a line in a Source window. (VISUAL takes precedence over EDITOR). For example, to set the VISUAL environment variable use an export command: export VISUAL="/usr/bin/vi -n"
For example, to view and set the ADVISOR_XE_2016_DIR environment variable:
You have set the ADVISOR_XE_2016_DIR environment variable.