Intel® C++ Compiler 16.0 User and Reference Guide

daal, Qdaal

Tells the compiler to link to certain libraries in the Intel® Data Analytics Acceleration Library (Intel® DAAL).

Architecture Restrictions

Not available on Intel® 64 architecture targeting the Intel® Xeon Phi™ coprocessor (code name Knights Landing), on IA-32 architecture targeting Intel® Graphics Technology, or on Intel® 64 architecture targeting Intel® Graphics Technology

Syntax

Linux and OS X:

-daal[=lib]

Windows:

/Qdaal[:lib]

Arguments

lib

Indicates which Intel® DAAL library files should be linked. Possible values are:

parallel

Tells the compiler to link using the threaded Intel® DAAL libraries. This is the default if the option is specified with no lib.

sequential

Tells the compiler to link using the non-threaded Intel® DAAL libraries.

Default

OFF

The compiler does not link to the Intel® DAAL.

Description

This option tells the compiler to link to certain libraries in the Intel® Data Analytics Acceleration Library (Intel® DAAL).

On Linux* and OS X* systems, the associated Intel® DAAL headers are included when you specify this option.

Note

On Windows* systems, this option is processed by the compiler, which adds directives to the compiled object file that are processed by the linker. On Linux* and OS X* systems, this option is processed by the icc/icpc command that initiates linking, adding library names explicitly to the link command.

Optimization Notice

Intel's compilers may or may not optimize to the same degree for non-Intel microprocessors for optimizations that are not unique to Intel microprocessors. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other optimizations. Intel does not guarantee the availability, functionality, or effectiveness of any optimization on microprocessors not manufactured by Intel. Microprocessor-dependent optimizations in this product are intended for use with Intel microprocessors. Certain optimizations not specific to Intel microarchitecture are reserved for Intel microprocessors. Please refer to the applicable product User and Reference Guides for more information regarding the specific instruction sets covered by this notice.

Notice revision #20110804

IDE Equivalent

Visual Studio: None

Eclipse: Performance Library Build Components -> Use Intel® Data Analytics Acceleration Library

Xcode: Performance Library Build Components -> Use Intel® Data Analytics Acceleration Library

Alternate Options

None

See Also