| #
be37439e
|
| 21-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/useless-cast' into 'main'
Remove useless cast
See merge request petsc/petsc!7894
|
| #
835f2295
|
| 05-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Brain dead fixes for useless casts
|
| #
848bb224
|
| 07-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-info-names' into 'main'
Info: Check for array overflow and slightly increase size
See merge request petsc/petsc!7611
|
| #
03fb14fe
|
| 06-Jun-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Info: Check for array overflow and slightly increase size - This needs to be rewritten
|
| #
1ed6e3ff
|
| 25-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-13/fix-sowing-strings' into 'main'
Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INT
See merge request petsc/petsc!7480
|
| #
cc4c1da9
|
| 14-Apr-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update source code removing all unneeded /*@C and associated manual stubs and interfaces
|
| #
55cda6f5
|
| 25-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
99e79f2f
|
| 25-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-24/doc-fixes/release' into 'release'
release docs fixes
See merge request petsc/petsc!7498
|
| #
a3b724e8
|
| 24-Apr-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
release docs fixes
Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example Funded-by: Project: Time: hours Reported-by:
release docs fixes
Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example Funded-by: Project: Time: hours Reported-by: Thanks-to: Development Tools: Vim, Emacs, Eclipse
show more ...
|
| #
c314a481
|
| 20-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/check-log-sync-ci' into 'main'
PetscLog: add checks in debug mode for log_sync and event begin/end calls
See merge request petsc/petsc!7185
|
| #
8c509928
|
| 18-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Fix possible infinite recursion of PETSc errors
PetscInfo may be called during MPI_Finalize, when no communicator is available is not MPI_COMM_WORLD PetscCallMPI(MPI_Comm_XXX()) calls may fail thus
Fix possible infinite recursion of PETSc errors
PetscInfo may be called during MPI_Finalize, when no communicator is available is not MPI_COMM_WORLD PetscCallMPI(MPI_Comm_XXX()) calls may fail thus triggering recursive errors
show more ...
|
| #
f8fe7dbc
|
| 17-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscInfo_Private: default to MPI_COMM_NULL if no object is present
This function can be called during MPI attributes cleanup during MPI_Finalize when MPI_COMM_SELF may not be available
|
| #
cfd92c66
|
| 22-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-type-generic-petsc-valid-pointer' into 'main'
Implement a type generic PetscValidPointer
See merge request petsc/petsc!6693
|
| #
4f572ea9
|
| 18-Jul-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Rename PetscValidPointer -> PetscAssertPointer
|
| #
7a2f837d
|
| 06-Jul-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Deploy new PetscValidPointer, remove PetscValidXXXPointer
|
| #
02477ebb
|
| 15-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'
Enable docs linting
See merge request petsc/petsc!6667
|
| #
10450e9e
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Manual linter fixes: sys
|
| #
aec76313
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Lint apply: sys
|
| #
3e215257
|
| 05-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
8e164d13
|
| 05-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-07-01/fix-log-info/release' into 'release'
Fix use of -log_info in documentation
See merge request petsc/petsc!6653
|
| #
1f089562
|
| 05-Jul-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix use of -log_info in documentation
|
| #
6612abce
|
| 23-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
51f08164
|
| 22-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-06-13/better-petscinfodestroy-commentary/release' into 'release'
Better Locked PetscInfo Error Message
See merge request petsc/petsc!6594
|
| #
d7ceb5a2
|
| 13-Jun-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Improve the error message for when PetscInfoSetClasses() is called after PetscInfo() is locked to read-only state
|
| #
bb687725
|
| 22-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/info-typename' into 'main'
PetscInfo: print object type
See merge request petsc/petsc!6493
|