History log of /petsc/include/petscerror.h (Results 226 – 250 of 867)
Revision Date Author Comments
# 64a210a5 02-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-warning-linker-scope' into 'release'

opensolaris: fix warning: linker scope was specified more than once

See merge request petsc/petsc!4141


# 1e4f893a 30-Jun-2021 Satish Balay <balay@mcs.anl.gov>

opensolaris: fix warning: linker scope was specified more than once


# f482f063 21-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/checkstack' into 'main'

Check Push/Pop

See merge request petsc/petsc!4077


# 362febee 10-Jun-2021 Stefano Zampini <stefano.zampini@gmail.com>

PetscStack : check for correct push/pop

Enforce checkstack for CI jobs
Fixes from testsuite


# 253092e3 01-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 801e9255 01-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-30/add-cuda-memcheck' into 'release'

Add pointers to https://docs.nvidia.com/cuda/cuda-memcheck/index.html into PETSc source and docs

See merge request petsc/petsc!4050


# 5ed36255 01-Jun-2021 Barry Smith <bsmith@mcs.anl.gov>

Add pointers to https://docs.nvidia.com/cuda/cuda-memcheck/index.html into PETSc source and docs

These are added in the same locations as mentions of valgrind

Commit-type: error-checking, documenta

Add pointers to https://docs.nvidia.com/cuda/cuda-memcheck/index.html into PETSc source and docs

These are added in the same locations as mentions of valgrind

Commit-type: error-checking, documentation
\spend 5m
Thanks-to: Jacob Faibussowitsch <jacob.fai@gmail.com>

show more ...


# a8cf78f8 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'

Fix typos in source

See merge request petsc/petsc!3984


# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


# 005520e9 13-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-03-26/clang-static-linter' into 'main'

Feature: libClang PETSc Macro Static Analyzer

See merge request petsc/petsc!3773


# 064a246e 11-May-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX f

Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX for validity. Automatically generates diff files for problems with a known solution.

show more ...


# 053249c5 20-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'leila/move-chkerrcusolver' into 'main'

Move CHKERRCUSOLVER from petscerror.h to petsccublas.h

See merge request petsc/petsc!3895


# 30348c97 19-Apr-2021 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

Move CHKERRCUSOLVER from petscerror.h to petsccublas.h


# c576eacb 13-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 668e298e 13-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-04-09/fix-long-error-codes/release' into 'release'

Do not set higher bits in error codes since error codes should never be larger than 255

See merge request petsc/petsc!3845


# 678e61f4 12-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# d17dd3f0 12-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-04-05/fix-chkerrcusolver/release' into 'release'

Add proper error return codes for cuSolver error checker. CHKERRCUSOLVER()

See merge request petsc/petsc!3827


# 65f093c6 09-Apr-2021 Barry Smith <bsmith@mcs.anl.gov>

Do not set higher bits in error codes since error codes should never be larger than 255

These higher bits were apparently causing the confusing error codes produced in the CI when GPU jobs
ran out o

Do not set higher bits in error codes since error codes should never be larger than 255

These higher bits were apparently causing the confusing error codes produced in the CI when GPU jobs
ran out of resources.

Do not trap SIGTERM with OpenMPI since OpenMPI uses it to shut down MPI jobs and this
produces identical confusing messages to the user

/spend 6h

show more ...


# a4b895e1 06-Apr-2021 Barry Smith <bsmith@mcs.anl.gov>

Add proper error return codes for cuSolver error checker. CHKERRCUSOLVER()

Don't check PetscCUDAInitialized in CHKERRCU* routines since it will not be set yet

/spend 2h


# ac245a10 03-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/CHKERRMPI' into 'main'

CHKERRMPI: Silence clang -Wused-but-marked-unused

See merge request petsc/petsc!3674


# 0ce65e24 02-Mar-2021 Lisandro Dalcin <dalcinl@gmail.com>

CHKERRMPI: Silence clang -Wused-but-marked-unused


# 0c1dc3a1 26-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/doc-chkerrabort-man-page' into 'master'

Add man page for CHKERRABORT()

See merge request petsc/petsc!3644


# 7037b0ed 26-Feb-2021 Patrick Sanan <patrick.sanan@gmail.com>

Docs: add note on CHKERRA() to CHKERRQ() man page

Add a Fortran note to parallel the SETERRQ() man page.


# dcbdf7c4 06-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/chkerrmpi' into 'master'

Fix compile warnings after adding CHKERRMPI

See merge request petsc/petsc!3528


# 5099a596 31-Dec-2020 Jose E. Roman <jroman@dsic.upv.es>

Avoid compile warning by adding PETSC_UNUSED


12345678910>>...35