:orphan:
# MatMkl_PardisoSetCntl
Set Mkl_Pardiso parameters 
## Synopsis
```
#include "petscmat.h" 
PetscErrorCode MatMkl_PardisoSetCntl(Mat F, PetscInt icntl, PetscInt ival)
```
Logically Collective


## Input Parameters

- ***F -*** the factored matrix obtained by calling `MatGetFactor()`
- ***icntl -*** index of Mkl_Pardiso parameter
- ***ival -*** value of Mkl_Pardiso parameter



## Options Database Key

- ***-mat_mkl_pardiso_<icntl> <ival> -*** change the option numbered icntl to the value ival





## References

- **** -*** Mkl_Pardiso Users' Guide



## See Also
 [](ch_matrices), `Mat`, `MATSOLVERMKL_PARDISO`, `MatGetFactor()`

## Level
beginner

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c.html#MatMkl_PardisoSetCntl">src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c)


[Index of all Mat routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
