Intel® Math Kernel Library 2018 Developer Reference - C

mkl_mic_disable

Disables Automatic Offload mode.

Syntax

int mkl_mic_disable();

Include Files

Description

The mkl_mic_disable function disables Automatic Offload mode. To enable Automatic Offload mode back, use the mkl_mic_enable function.

Note

If Automatic Offload mode if not enabled, a call to mkl_mic_disable completes successfully if Intel Xeon Phi coprocessors are available on your system.

Return Values

Name

Type

Description

ierr

int

Result status:

= 0  Indicates that Automatic Offload mode is successfully disabled.

< 0  Indicates a failure to disable Automatic Offload mode.