Properly Pascal-case all of VECCUPM
Move VecCUPM generics out of impls namespace
Move plus_equals functor to kernels.hpp
Improve compile time by reducing number of thrust headers transitively included, removing all of the unecessary Thrust util indirection
Synchronize VecSeqHIP docstrings with CUDA version
Fix C++20 implicit enum-float conversions
Config: add --with-mpiexec-tail to add arguments right before user's executableSo that we are albe to do mpiexec <mpiexec_flags> -n <np> <mpiexec_tail> ./ex1
Merge branch 'jolivet/follow-up-6107-6113' into 'main'Remove unneeded (empty) makefile variablesSee merge request petsc/petsc!6132
Docs: minor fixes
Fix Vec, SF, Section and IS manual pagesCommit-type: documentation
Remove empty preprocessor variables
Doc: Fix indentation
Add Level: to manual pages currently missing itCommit-type: documentation
Add PetscFFlush()
Merge branch 'jolivet/housekeeping' into 'main'Some more housekeepingSee merge request petsc/petsc!6130
Merge branch 'barry/2023-02-22/rm-locdir' into 'main'Remove need for hardwired LOCDIR in all makefilesSee merge request petsc/petsc!6113
Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation
Docs: small fixes and typos
Double spaces, wrong backticks, or unneeded braces
Merge branch 'jacobf/2023-02-20/vecseqcupm-silence-hipcc' into 'main'Silence spurious HIPCC warnings about inline kernelsSee merge request petsc/petsc!6097
Silence spurious HIPCC warnings about inline kernels
configure/Vec: remove extra spaces
ISDuplicate(): preserve block size
Merge branch 'stefanozampini/matlmvm' into 'main'some optimizations for MATLMVMSee merge request petsc/petsc!6034
Fix typo
1...<<21222324252627282930>>...278