| 27f91139 | 15-Nov-2017 |
Jed Brown <jed@jedbrown.org> |
MatCreateMPIBAIJWithArrays: call MatSetUp before MatSetOption [fix #195]
This requirement that a matrix be preallocated (set up) before setting the MAT_ROW_ORIENTED option was added in v3.7.
"Pri
MatCreateMPIBAIJWithArrays: call MatSetUp before MatSetOption [fix #195]
This requirement that a matrix be preallocated (set up) before setting the MAT_ROW_ORIENTED option was added in v3.7.
"Print a better error when someone sets a MatOption that that matrix is not ready for yet."
Reported-by: Marshall Galbraith
show more ...
|
| 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 ...
|