Disable high-traffic DCONTEXT_Mark event by default
Make hostcontext and syclcontext ops static, and do some minor cleanup on syclcontext
Wrap thrust timers in PetscFunctionBegin/End() so the stack trace is shown, include proper headers for THRUST_VERSION, and define PETSC_THRUST_HAS_ASYNC if we detect it
Merge branch 'stefanozampini/h2opus-dmdakokkos' into 'main'Add support for KOKKOS in H2OPUSSee merge request petsc/petsc!6408
Merge branch 'barry/2023-05-07/trim-petsc-ops' into 'main'Remove unneeded base ops from PetscObjectSee merge request petsc/petsc!6431
Merge remote-tracking branch 'origin/release'
Merge branch 'barry/2023-05-11/fix-doc-directory-walker/release' into 'release'Add ftn-custom to the documentation generation directory walker since some...See merge request petsc/petsc!6455
Remove unneeded base ops from PetscObject
PetscObject: add missing header checks
Fix warning: empty expression statement has no effect; remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
Ensure documentation generation directory walker visits ftn-custom directories that have documentationCommit-type: documentationReported-by: Pierre Jolivet
Manpages: collective info should go after synopsis
Merge branch 'barry/2023-04-26/fix-fileio-man-pages/release' into 'release'Cleanup of manual pages in src/sys/fileioSee merge request petsc/petsc!6381
Cleanup of manual pages in src/sys/fileio
Support fp_trap in CI
build: fix -DPETSC_SKIP_COMPLEXReported-by: "Taller, Daniel" <taller1@llnl.gov>
Merge branch 'jczhang/fix-unused-var' into 'release'Fix unused variableSee merge request petsc/petsc!6351
Sys: fix unused variableMet the warning with '--with-debugging=0', '--with-log=0', '--with-threadsafety=1',
Fix PetscCallMPI(MPI_Allreduce()) with PETSc types
Let SF Kokkos backend use an execution space made from PetscDefaultCuda/HipStream
1...<<11121314151617181920>>...99