History log of /petsc/include/petscerror.h (Results 1 – 25 of 867)
Revision Date Author Comments
# ede9db93 19-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 7529a66a 10-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2026-02-04/fix-cuda-memcheck-url' into 'release'

Replace the deprecated and now removed cuda-memcheck

See merge request petsc/petsc!9000


# 74df5e01 04-Feb-2026 Junchao Zhang <jczhang@anl.gov>

CUDA: replace cuda-memcheck with compute-sanitizer

cuda-memcheck was deprecated in favor of compute-sanitizer starting with cuda-11.5, and was removed from cuda-12.0


# 9e6f5172 05-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 1e39196e 03-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'MarDiehl/doc-sanitizer' into 'release'

doc: update URL to NVIDIA Compute Sanitizer

See merge request petsc/petsc!8996


# edf220e6 20-Jan-2026 Martin Diehl <mail@martin-diehl.net>

doc: update URL to NVIDIA Compute Sanitizer


# 8577b683 05-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 611ae282 03-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/petsc4py-expose-chkerrmpi' into 'release'

petsc4py: expose CHKERRMPI

See merge request petsc/petsc!8758


# 2acb36af 02-Oct-2025 Stefano Zampini <stefano.zampini@gmail.com>

petsc4py: expose CHKERRMPI


# 7787bf74 16-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-pchpddm-scatter' into 'main'

Minor fixes and cleanup

See merge request petsc/petsc!8702


# 0b36fe0a 09-Sep-2025 Pierre Jolivet <pierre@joliv.et>

Remove more unneeded braces


# 834855d6 27-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-21' into 'main'

clang-format-21

See merge request petsc/petsc!8202


# b859f8c0 07-Mar-2025 Pierre Jolivet <pierre@joliv.et>

clang-format: update to v21 (and update CI)


# 174dc0c8 28-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 34e05a0f 28-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/iwyu-export-petscerror' into 'release'

petscerror.h: iwyu export semi-private header

See merge request petsc/petsc!8343


# 7233ce55 24-Apr-2025 Jed Brown <jed@jedbrown.org>

petscerror.h: iwyu export semi-private header

petscerror.h cannot be included directly unless petscsys.h has already
been included (and that unconditionally includes petscerror.h). This
updates docs

petscerror.h: iwyu export semi-private header

petscerror.h cannot be included directly unless petscsys.h has already
been included (and that unconditionally includes petscerror.h). This
updates docs and uses IWYU pragma export so IDEs (clangd) will
automatically include the correct header when you use things like
SETERRQ that appear petscerror.h.

Fix #1254

show more ...


# 09b68a49 04-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# e80aff1c 03-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-petsc-case' into 'release'

Fix wrong case for PETSc

See merge request petsc/petsc!8266


# f0b74427 01-Apr-2025 Pierre Jolivet <pierre@joliv.et>

Fix wrong case for PETSc


# 1a61deb2 31-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-03-29/docs-fortran/release' into 'release'

Fix manual pages related to Fortran

See merge request petsc/petsc!8257


# feaf08ea 31-Mar-2025 Barry Smith <bsmith@mcs.anl.gov>

Fix manual pages related to Fortran

Remove a couple of dead Fortran bindings


# 6d8694c4 20-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'

Major updates to Fortran interface

See merge request petsc/petsc!7517


# ce78bad3 20-Feb-2025 Barry Smith <bsmith@petsc.dev>

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous ve

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous versions!
- also clean up inconsistent PETSc code detected by new Fortran generation tools
- drop use of bfort
- automatically generate all the Fortran PETSc objects, enums etc from the include files
- generate most of the Fortran interface definitions and functions from the source code
- simplify the number and organization of Fortran modules

Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>

show more ...


# a24286bd 25-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/remove-warnings' into 'main'

Bypass some warnings

See merge request petsc/petsc!7963


# 1564b4b1 23-Oct-2024 Pierre Jolivet <pierre@joliv.et>

Remove useless cast


12345678910>>...35