Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation
PetscDevice: fix icpx warnings --with-debugging=0
Docs: small fixes and typos
Double spaces, wrong backticks, or unneeded braces
Remove confusing and un-need docs directory that contains manualCommit-type: housekeeping
Merge branch 'jed/config-remove-sysinfo-3arg' into 'main'config: remove HAVE_SYSINFO_3ARG test (fix #1290)Closes #1290See merge request petsc/petsc!6082
Merge branch 'barry/2022-09-12/fix-mat-preallocation' into 'main'try to build efficient hash table allocation directly into MatSee merge request petsc/petsc!5621
Merge remote-tracking branch 'origin/release'
Merge branch 'rmills/fix-petscobjectcomposefunction-manpage/release' into 'release'Remove extra argument listed in PetscObjectComposeFunction() manual pageSee merge request petsc/petsc!6059
Fixes
Don't have testharness complain about -malloc [no] optionThis allows developers to run much faster make alltests withoutmalloc checking if they want.
Document -checkfunctionlist (at least minimally)
Ignore cupmErrorNotReady error
config: remove HAVE_SYSINFO_3ARG test (fix #1290)This test function is not correct and looks like it was nevercorrect (since BuildSystem was written). The 3-arg variant was needed onvery old vers
config: remove HAVE_SYSINFO_3ARG test (fix #1290)This test function is not correct and looks like it was nevercorrect (since BuildSystem was written). The 3-arg variant was needed onvery old versions of Solaris, but it looks to have not been used in 20years.Also drop unused sys/sysinfo.h.Reported-by: Florian Weimer
show more ...
Merge branch 'jacobf/2023-02-08/fixup-wstringop' into 'main'Fix various -Wstringop gcc warningsSee merge request petsc/petsc!6037
Fix various -Wstringop gcc warnings
Remove extra argument listed in PetscObjectComposeFunction() manual page
Fix formatting of options left printed during error handlingBy indenting two spaces the resulting text to the screen will be clearer for users to see the relationshipCommit-type: error-handling/
Fix formatting of options left printed during error handlingBy indenting two spaces the resulting text to the screen will be clearer for users to see the relationshipCommit-type: error-handling/spend 2m
Merge branch 'jacobf/2023-02-08/remove-redundant-petsc-nodiscard' into 'main'Remove redundant uses of `PETSC_NODISCARD` from functions returning a PetscErrorCodeSee merge request petsc/petsc!6036
Merge branch 'jacobf/2023-01-21/improve-ci-coverage' into 'main'Improve CI CoverageSee merge request petsc/petsc!6000
Remove redundant uses of PETSC_NODISCARD from functions returning a PetscErrorCode
Inline all of the PetscStr* functions that map to basic str functions so __builtin_ variants can be used by compiler
Improve Mat and DM coverage by ifdef-ing out unused code that otherwise should not counttowards coverage
Fix Typos
1...<<11121314151617181920>>...99