Provides the
ADVISOR_XE_2015_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. TheADVISOR_XE_2015_DIR
environment variable should be defined when you use the predefined command prompt or execute the environment script file (see Setting Up Your Command Line Environment).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.
For example, to view and set the ADVISOR_XE_2015_DIR
environment variable:
- Open a command line window.
- View the current definition of the
ADVISOR_XE_2015_DIR
environment variable. For example type: set ADVISOR_XE_2015_DIR - Use a set command to set the
ADVISOR_XE_2015_DIR
environment variable. For example: set ADVISOR_XE_2015_DIR="C:\Program files (x86)\Intel\Advisor XE 2015" - To always set this variable on the current system, add this definition to your system or user environment variables using Control Panel> System> Advanced> Environment variables
- To test the definition of an environment variable, open a command window and type a set command.