CI: check each commit separately for build and code format
check-ci-settings.sh: use check-merge-branch.sh and remove duplicate code
check-merge-branch: check if repo is shallow - before using --unshallow.Fixes error with multiple invocation of this script - in the same repo
PetscBinaryIO.py: add support for scipy's npz format$ python $PETSC_DIR/lib/petsc/bin/PetscBinaryIO.py convert matrix.npznow produces `matrix.petsc`.https://docs.scipy.org/doc/scipy/reference/g
PetscBinaryIO.py: add support for scipy's npz format$ python $PETSC_DIR/lib/petsc/bin/PetscBinaryIO.py convert matrix.npznow produces `matrix.petsc`.https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.save_npz.htmlhttps://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.load_npz.html#scipy.sparse.load_npz
show more ...
Merge remote-tracking branch 'origin/release'
Minor housekeeping
Merge branch 'release'
docs: LANG=en_US triggers python utf-8 errors
Build: filter out -fvisibility=hidden in compiling and linking kokkos files.
Ensure no leading white spaces in front of .seealso:
clang-format: support "make clangformat PETSCCLANGFORMAT=clang-format-16" and not use from PATHAlso support:export PETSCCLANGFORMAT=clang-format-16make clangformator:make clangformat CLANGFO
clang-format: support "make clangformat PETSCCLANGFORMAT=clang-format-16" and not use from PATHAlso support:export PETSCCLANGFORMAT=clang-format-16make clangformator:make clangformat CLANGFORMAT=/location/of/clang-format
Remove no longer needed make rules for make allmanpagesCommit-type: housekeeping
Move doc/classic materials to doc/manualpagesUpdate scripts and makefiles to process them in the new locations
Stop make lint on Barry's laptop Python 11, llvm 16 not error withUnknown template argument kind 350It is not clear that lint is finding all problems that the CI version finds on Barry's laptop
Merge branch 'barry/2023-07-30/doc-better-blas-thread-usage' into 'main'Start of PETSc benchmarking objectSee merge request petsc/petsc!6772
Add PetscBench with implementation based on HPL
Fix capitalization of fortranCommit-type: housekeeping
Fix typos
Rename rules.doc and rules.utils because GitLab treats the former as a MS Word document.Thanks-to: Jed Brown
Remove DIRS variable and unneeded tabs from all makefiles since no longer neededCommit-type: housekeeping
Change building documents to not require DIRS value in each makefile
12345678910>>...48