| 80095d54 | 14-Sep-2017 |
Irina Sokolova <irina.sokolova@intel.com> |
Bug fixes Fix for test 107_2. To prevent MKL routine returning error in case when MatSetOption(mat,MAT_STRUCTURE_ONLY,PETSC_TRUE) is called. In this case matrix will be optimized before call to mkl_s
Bug fixes Fix for test 107_2. To prevent MKL routine returning error in case when MatSetOption(mat,MAT_STRUCTURE_ONLY,PETSC_TRUE) is called. In this case matrix will be optimized before call to mkl_sparse_x_mv. The same problem will appear in AIJMKl case. Also added MatCreateBAIJMKL and MatCreateSeqBAIJMKL to external include to call them from examples
show more ...
|