| 3014b61a | 15-Sep-2022 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscViewerHDF5OpenGroup: add inarg path,
employ PetscViewerHDF5GetGroup() |
| 77717648 | 15-Sep-2022 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscViewerHDF5GetGroup: always return absolute path.
Replace PetscViewerHDF5GetAbsolutePath_Internal(). The original implementation is now PetscViewerHDF5GetGroup_Internal() |
| a019710e | 16-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
builddist: build docs with '-j 6' |
| 4c3dcf95 | 17-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
update sphinx to 4.5.0
Fixes crashes/hangs on Laptop/Linux |
| 7d295166 | 17-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-17/doc/fixup-mpi-parallelism-link' into 'main'
Fixup MPI Parallelism doc typo
See merge request petsc/petsc!5648 |
| 2327d8b0 | 17-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-12/fix-petscdeviceallocate-alignment' into 'main'
PetscDeviceAllocate() Alignment Parameter
See merge request petsc/petsc!5618 |
| b9db050f | 17-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
remove extra |
| e460bfa4 | 16-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/remove-petscviewerhdf5pushgrouprelative' into 'main'
Revert "HDF5: Added PetscViewerHDF5PushGroupRelative()"
See merge request petsc/petsc!5643 |
| 6797ed33 | 12-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
PetscDeviceAllocate() takes an alignment parameter as well |
| 6a205d90 | 16-Sep-2022 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Revert "HDF5: Added PetscViewerHDF5PushGroupRelative()"
This reverts commit 1ad4d0e4ff49104e786e3c7e6a975bc001096561.
See !5454 |
| 209a2ff0 | 16-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
manual: update affiliation |
| eb58282a | 16-Sep-2022 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
add PetscSFGetGraphLayout(),
enable fortran interface for PetscSFSetGraphLayout(), reformat zsfutilsf.c |
| 91b2b62a | 15-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-09-11/fix-add-links-to-manual' into 'main'
Small Manual page improvements in Mat
See merge request petsc/petsc!5612 |
| cf906205 | 12-Sep-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add more code formating rules to the style guide |
| 60161072 | 12-Sep-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add a few links to user manual sections for matrix factorizations and MATLMVM routines manual pages
Commit-type: documentaion /spend 20m |
| 93d501b3 | 14-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Re-enable MPI_Datatype compiler type checking attributes, and add them to a few more places |
| e809461d | 13-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Always return nonzero exit code from SETERRQ() |
| a9808a72 | 12-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley-main-patch-26336' into 'main'
Update doc/petsc.bib
See merge request petsc/petsc!5617 |
| 96fbe856 | 12-Sep-2022 |
Hong Zhang <hongzhang@anl.gov> |
Docs: use PETSC_DOC_OUT_ROOT_PLACEHOLDER for relative paths (fixes broken links) |
| 8c9bba92 | 12-Sep-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Update doc/petsc.bib |
| d13d7feb | 12-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-09-07/sphinx' into 'main'
fix relative link problem for examples in the users manual on the CI view app vs petsc.org
See merge request petsc/petsc!5601 |
| fb664f9e | 10-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-08-29/petscdevicecontext-backend-update' into 'main'
Update PetscDevice and PetscDeviceContext backends
See merge request petsc/petsc!5566 |
| 0e6b6b59 | 29-Aug-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Rework PetscDeviceContext backends and supporting code: - Add PETSC_DEVICE_HOST - Add PetscDeviceAllocate() - Add PetscDeviceMalloc() - Add PetscDeviceDeallocate() - Add PetscDeviceFree() - Add Petsc
Rework PetscDeviceContext backends and supporting code: - Add PETSC_DEVICE_HOST - Add PetscDeviceAllocate() - Add PetscDeviceMalloc() - Add PetscDeviceDeallocate() - Add PetscDeviceFree() - Add PetscDeviceMemcopy() - Add PetscDeviceArraycopy()
- Split petscdevice.h into petscdevice_cuda.h and petscdevice_hip.h - Add petscdevice_cupm.h - Extend cupm::Interface and cupm::BlasInterface classes - Add more C++ utility wrappers
show more ...
|
| 267a8504 | 09-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-30/fix-snes-man-pages' into 'main'
Fix/update/improve manual pages in snes directory
See merge request petsc/petsc!5578 |
| f6dfbefd | 30-Aug-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix/update/improve manual pages in snes directory
Minor changes to source code
Commit-type: housekeeping, documentation /spend 8h |