History log of /petsc/src/mat/tests/output/ex59_kok.out (Results 1 – 3 of 3)
Revision Date Author Comments
# 4879ded5 02-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# bdcd4750 01-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-MatCreateSubMatrix-on-mpiaijkokkos' into 'release'

Mat: fix a bug when calling MatCreateSubMatrix() on a mpiaijkokkos matrix

See merge request petsc/petsc!5892


# 30203840 01-Dec-2022 Junchao Zhang <jczhang@mcs.anl.gov>

Mat: fix a bug when calling MatCreateSubMatrix() on a mpiaijkokkos matrix

The created submatrix would have A of seqaijkokkos, but B of seqaij

Reported-by: "Fackler, Philip" <facklerpw@ornl.gov>