Skip to content

Simplify the test cases in mat/tutorials/ex19

Junchao Zhang requested to merge jczhang/simplify-mat-tutorials-ex19 into main

The test caused (expected) errors on Intel GPUs with SYCL, so I just revised the test comment block.

not ok mat_tutorials-ex19_kokkos # Error code: 56
#       [0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------
#       [0]PETSC ERROR: No support for this operation for this object type
#       [0]PETSC ERROR: Cannot figure out memory type of vector type kokkos
...
#       [0]PETSC ERROR: ../ex19 on a arch-kokkos-dbg named x1921c1s3b0n0 by jczhang Tue May 16 13:41:58 2023
...
#       [0]PETSC ERROR: #1 VecCreateMatDense() at /home/jczhang/petsc/src/mat/utils/veccreatematdense.c:57
#       [0]PETSC ERROR: #2 main() at /home/jczhang/petsc/src/mat/tutorials/ex19.c:26
#       [0]PETSC ERROR: PETSc Option Table entries:
#       [0]PETSC ERROR: -ex19_mat_view (source: command line)
#       [0]PETSC ERROR: -vec_type kokkos (source: command line)
Edited by Junchao Zhang

Merge request reports