| 86661d56 | 13-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-04-12/rm-view-source-link-man-pages/release' into 'release'
Remove incorrect Show Source link from website manual pages
See merge request petsc/petsc!6315 |
| 353097e8 | 12-Apr-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove the "View Source" link from generated manual pages since that points to generated code, not the true source
Commit-type: documentation, bug Thanks-to: Jose Roman |
| 0ab1c7ed | 12-Apr-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
petsc2023: Fix typos |
| 93157f12 | 12-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-04-08/remove-unneeded-redundant-petscoptionsxxx-for-depricated-option' into 'main'
Clean up the code and docs on the usage of PetscOptionsDeprecated() and when...
See merge
Merge branch 'barry/2023-04-08/remove-unneeded-redundant-petscoptionsxxx-for-depricated-option' into 'main'
Clean up the code and docs on the usage of PetscOptionsDeprecated() and when...
See merge request petsc/petsc!6300
show more ...
|
| 4ead3382 | 08-Apr-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Clean up the code and docs on the usage of PetscOptionsDeprecated() and when the previous call to PetscOptionsXXX('oldname') may be removed from the source code
Commit-type: housekeeping Thanks-to:
Clean up the code and docs on the usage of PetscOptionsDeprecated() and when the previous call to PetscOptionsXXX('oldname') may be removed from the source code
Commit-type: housekeeping Thanks-to: Pierre Jolivet
Branch-name: barry/2023-04-08/remove-unneeded-redundant-petscoptionsxxx-for-depricated-option Branch-root: main Branch-purpose: PetscOptionsDeprecated(oldname,newname) negates the need to retain the old PetscOptionsXXX(oldname) but in some places the old call was unnessacerily retained causing confusing with new code being written that mimic the unneeded code.
show more ...
|
| f920de81 | 12-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 34d85360 | 25-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Start a PETSc roadmap and governance document; this is required by NumFocus.
Sadly most NumFocus packages hide their roadmaps so I could find few examples to copy from
https://pandas.pydata.org/doc
Start a PETSc roadmap and governance document; this is required by NumFocus.
Sadly most NumFocus packages hide their roadmaps so I could find few examples to copy from
https://pandas.pydata.org/docs/development/roadmap.html?highlight=roadmap
https://docs.xarray.dev/en/v0.13.0/roadmap.html
https://geopandas.org/en/latest/_sources/about/roadmap.md.txt
Commit-type: documentation
show more ...
|
| 31d47070 | 07-Apr-2023 |
Junchao Zhang <jczhang@anl.gov> |
Expose PetscDeviceContext stream |
| 2d1451d4 | 09-Jan-2020 |
Hong Zhang <hongzhang@anl.gov> |
Initial commit for porting SELL to GPU
- Add tiled SPMV and basic SpMVfor SeqSELL - Tested in serial - Offloadmask is used to determine when the matrix should be copied to GPU - Use different slice
Initial commit for porting SELL to GPU
- Add tiled SPMV and basic SpMVfor SeqSELL - Tested in serial - Offloadmask is used to determine when the matrix should be copied to GPU - Use different slice height for CUDA version - By checking the nonzerostate, PETSc can decide if the whole matrix need to be copied or just the values need to be copied - Make the convert function public so that the very slow MatConvert_Basic can be avoided sometimes. E.g. one can use a two-step convert method: AIJ->SELL,SELL->SELLCUDA instead of the direct convert AIJ->SELLCUDA - Make the FLOPS count for SELL same as that for AIJCUSPARSE. - MatDisAssemble is not needed. - Change slice height from 32 to 16 for GPU - To overlap communication with MatMult, VecScatterBegin() should be called before MatMult() for the diagonal part. - SLICE_HEIGHT is defined to be 32 to match the warp size of GPU. For other cases, it is still 8.
Funded-by: Project: PETSc for GPU Time: 42 hours Reported-by: Thanks-to:
show more ...
|
| 98446d56 | 08-Apr-2023 |
Pierre Jolivet <pierre@joliv.et> |
Remove MATSOLVERSPARSELEMENTAL
-pc_factor_mat_solver_type sparseelemental causes segmentation faults, has been unsupported for many years, and there is no interest in anyone supporting or developing
Remove MATSOLVERSPARSELEMENTAL
-pc_factor_mat_solver_type sparseelemental causes segmentation faults, has been unsupported for many years, and there is no interest in anyone supporting or developing the code
show more ...
|
| 90d25b49 | 06-Apr-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Update documentation on how developers should build the documentation |
| fc94438b | 06-Apr-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Add doc/ make sphinxpdf rule to trivially build the users manual in PDF in a Python virtual environment
Branch-name: barry/2023-04-06/fix-docs-on-building-docs/release Branch-root: release Branch-pu
Add doc/ make sphinxpdf rule to trivially build the users manual in PDF in a Python virtual environment
Branch-name: barry/2023-04-06/fix-docs-on-building-docs/release Branch-root: release Branch-purpose: Update the developers webpages on building documentation to current status
show more ...
|
| a2fe6956 | 06-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| ad6ad4e1 | 05-Apr-2023 |
Hansol Suh <hansol.suh.123@gmail.com> |
Add VecCreateMatDense(): Create a matrix that matches the type of a Vec |
| 91c35059 | 04-Apr-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos |
| 49350bcb | 04-Apr-2023 |
Matthew Knepley <knepley@gmail.com> |
Bib: Added ref |
| 80f6d96d | 01-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 89adcc95 | 31-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
doc: fix URL to manual: using-tau |
| 321961b2 | 30-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
revert sources to dev - reset PETSC_VERSION_RELEASE - reset doc/changes/dev.rst |
| c4dc7257 | 30-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
release: set petsc v3.19.0 strings |
| 3cd3cb05 | 30-Mar-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Update index.rst: TAO is uppercase (source: Todd). |
| 1a14870d | 30-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release' |
| c7d19d7b | 30-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Increase patchlevel to 3.18.6 |
| 92d13c0e | 29-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix make clean in doc directory
Commit-type: make Reported-by: Satish Balay |
| 29912973 | 22-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
optimize html5_petsc regex search, now 100x faster |