CUDA: replace cuda-memcheck with compute-sanitizercuda-memcheck was deprecated in favor of compute-sanitizer starting with cuda-11.5, and was removed from cuda-12.0
FAQ: remove paragraph about unmaintained software
move last of the doc rst files over to md files
Fix wrong case for PETSc
Convert more rst files to mddoc/install directory
Fix minor typos in the faq, manual, install and dev docs
Add shared memory support for PCMPI using both shmget() and MPI_Win_allocate_shared()
Docs: fix missing or extra dash in right-hand side
Fix words appearing twice in a row for no good reason
Remove obsolete "Missing if (ierr) return ierr" in checkbadSource
Minor fixes to website material
Minor documentation fixes
Fix uneven back ticks
Misc
matrix free in docs and comments should be matrix-free
Docs: no such a thing as MatSetOptions()
Provide more detail for SNESSetFunction/JacobianDomainError() manual pages so people can actually use them.Commit-type: documentationReported-by: Hongrui Yu <yuhongrui@utexas.edu>
Merge branch 'barry/2023-05-27/improve-guide-performance-memory/release' into 'release'Minor improvements to users guide discussion of memory performance/debuggingSee merge request petsc/petsc!65
Merge branch 'barry/2023-05-27/improve-guide-performance-memory/release' into 'release'Minor improvements to users guide discussion of memory performance/debuggingSee merge request petsc/petsc!6515
show more ...
Minor improvements to users guide discussion of memory performance/debugging
change to consistent use of ch_xxx for chapter names in the docs, instead of a mix of ch_xx and chapter_xx
FAQ: update instructions for "make check" hang on "mpiexec -2 ./ex19"Reported-by: Vibhas Mishra <V.Mishra@tudelft.nl>
Update some discussions in the users manualAlso fix 32bit, 64bit, 32 bit, 64 bit throughout and blas and blas/lapack
Fix typos
Various cleanup and improvements to parts of the webpagesCommit-type: documentation
Remove confusing and un-need docs directory that contains manualCommit-type: housekeeping
123