Visible to Intel only — GUID: GUID-79C1F431-FF7D-44E1-929A-3DF152BA5C74
Visible to Intel only — GUID: GUID-79C1F431-FF7D-44E1-929A-3DF152BA5C74
mkl_set_pardiso_pivot
Replaces the routine handling Intel® oneAPI Math Kernel Library (oneMKL) PARDISO pivots with a user-defined routine. Use with the Single Dynamic Library (SDL).
Syntax
old_pardiso_pivot_ptr = mkl_set_pardiso_pivot( new_pardiso_pivot_ptr )
Fortran Include Files/Modules
- Include file: mkl.fi
- Module (compiled): mkl_service.mod
- Module (source): mkl_service.f90
Input Parameters
Name |
Type |
Description |
---|---|---|
new_pardiso_pivot_ptr |
PardisopivotEntry |
Pointer to the pivot setting routine to be used. |
Description
If you are using the Single Dynamic Library (SDL), the mkl_set_pardiso_pivotfunction replaces the pivot setting routine that is called by Intel® oneAPI Math Kernel Library (oneMKL) functions with the routine specified by the parameter.
See Intel® oneAPI Math Kernel Library (oneMKL) Developer Guide for usage details of the SDL.
Return Values
Type |
Description |
---|---|
PardisopivotEntry |
Pointer to the replaced pivot setting routine. |