Developer Reference for Intel® oneAPI Math Kernel Library for Fortran
A newer version of this document is available. Customers should click here to go to the newest version.
mkl_cbwr_set
Configures the CNR mode of Intel® oneAPI Math Kernel Library (oneMKL).
Syntax
status = mkl_cbwr_set( setting )
Fortran Include Files/Modules
- Include file: mkl.fi
 - Module (compiled): mkl_service.mod
 - Module (source): mkl_service.f90
 
Input Parameters
Name  |  
      Type  |  
      Description  |  
     
|---|---|---|
setting  |  
      INTEGER*4  |  
      CNR branch to set. See Named Constants for CNR Control for a list of named constants that specify the settings.  |  
     
Description
The mkl_cbwr_set function configures the CNR mode. In this release, it sets the CNR branch and turns on the CNR mode.
Settings specified by the mkl_cbwr_set function take precedence over the settings specified by the MKL_CBWR environment variable.
Return Values
Name  |  
      Type  |  
      Description  |  
     
|---|---|---|
status  |  
      INTEGER*4  |  
      The status of the function completion: 
  |