| d95fe62a | 22-Oct-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Users manual: fix old command-line option -pc_ilu_fill |
| abe3721d | 20-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 83122635 | 20-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/docs-upgrade-sphinx-4.2.0' into 'release'
Docs: upgrade to Sphinx 4.2.0
See merge request petsc/petsc!4475 |
| a59c8c18 | 20-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
doc: fix git related install instructions
Reported-by: liang@geoazur.unice.fr |
| ea3f90b7 | 20-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/docs-fix-console-snippets' into 'release'
Docs: update console snippets
See merge request petsc/petsc!4470 |
| ac8d6645 | 20-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
doc: fix build errors |
| 1cc4d6cb | 20-Oct-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixed mangled writing in FAQ. |
| 7d789994 | 20-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: upgrade to Sphinx 4.2.0
The functions overridden by our custom extension, visit_Text and visit_literal_block, have not changed since 3.5.4. |
| f11dbef1 | 20-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: Update metadoc on console/command prompt |
| f3c6b5cd | 20-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: update copybutton extension settings to recognize $ prompt (with trailing space) |
| 1097f0ae | 20-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: add console labels to code blocks missing them |
| d88e50a3 | 20-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: convert >>> prompts to $ and remove lone >>> lines |
| 3167a886 | 20-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: add missing $ to console snippets |
| c6b61a25 | 20-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: replace > with $ in all console snippets |
| e617e646 | 20-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 7354cd1d | 19-Oct-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
- Remove petsccublas.h and petschipblas.h |
| a4af0cee | 19-Oct-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
- Replace the current CUPM initialization infrastructure with PetscDevice. - Remove -petsc_use_default_null_stream and -[cuda|hip]_synchronize options - Remove PetscCUDASynchronize and PetscHIPSynchr
- Replace the current CUPM initialization infrastructure with PetscDevice. - Remove -petsc_use_default_null_stream and -[cuda|hip]_synchronize options - Remove PetscCUDASynchronize and PetscHIPSynchronize - Remove PetscCUDAInitialize(), PetscCUDAInitializeCheck(), PetscHIPInitialize(), and PetscHIPInitializeCheck() - Remove PetscCUBLASInitializeHandle(), PetscCUSOLVERDnInitializeHandle(), PetscHIPBLASInitializeHandle(), and PetscHIPSOLVERInitializeHandle(). - Remove petsc_gputimer_begin and petsc_gputimer_begin - Add -device_enable, -device_select and -device_view options - Replace -[cuda|hip]_device with split options -device_enable_[cuda|hip] and -device_select_[cuda|hip] - Replace -[cuda|hip]_view with -device_view_[cuda|hip] - Add PetscDeviceInitType - Add PetscDeviceInitialize() and PetscDeviceInitialized() - Add PetscDeviceView()
show more ...
|
| 3e1d142d | 19-Oct-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
- Add MPI_Comm_get/set_name to MPIUNI |
| c55518b6 | 19-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/docs-migrate-classic-to-doc-tree' into 'release'
Migrate data for classic build from src/docs to doc/classic
See merge request petsc/petsc!4434 |
| 929e33d5 | 19-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/docs-update-sphinx-metadocs' into 'release'
Docs: update Sphinx meta-docs
See merge request petsc/petsc!4467 |
| 5adeb073 | 08-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: migrate data for classic build from src/docs to doc/classic |
| 557168de | 19-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/docs-main-fixes' into 'main'
Docs: re-add dev changes link and resolve warnings in dev.rst
See merge request petsc/petsc!4466 |
| 9128ea5e | 19-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/docs-more-sensitive-ci' into 'release'
Docs CI: error on Sphinx warnings and disallow failure
See merge request petsc/petsc!4415 |
| 1dff22a9 | 19-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| ac8a123e | 19-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2021-10-02/more-cxx-dialect-detection' into 'main'
Detect C++ Dialect from Compiler Flags
See merge request petsc/petsc!4403 |