| #
990be990
|
| 23-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
d9370626
|
| 21-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-11-15/fix-more-dm-man-pages/release' into 'release'
fix more un-updated DMPLEX manual pages
See merge request petsc/petsc!5839
|
| #
3c7db156
|
| 16-Nov-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix missing "Key" and incorrect "Command" for manual page listing of Options Database Key(s):
Commit-type: documentation /spend 10m
|
| #
9a34e50f
|
| 11-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
367e3eae
|
| 09-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-11-09/fix-issue-1279' into 'release'
Fix Wrong type assignment in PetscDeviceContextSetFromOptions
See merge request petsc/petsc!5818
|
| #
87ee0c24
|
| 09-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-11-03/fix-default-member-init-nested-class/release' into 'release'
Implement workaround for clang and gcc bug for nested class default initializers
See merge request petsc
Merge branch 'jacobf/2022-11-03/fix-default-member-init-nested-class/release' into 'release'
Implement workaround for clang and gcc bug for nested class default initializers
See merge request petsc/petsc!5799
show more ...
|
| #
3398534b
|
| 03-Nov-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Implement workaround for clang and gcc bug for nested class default initializers
|
| #
e6b8bd2a
|
| 09-Nov-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix #1279: Don't assume MPI_COMM_SELF/MPI_COMM_WORLD are MPI_Comm's, some MPI implementations define these as enums instead
|
| #
a207d08e
|
| 30-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
ed31fb71
|
| 30-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/codespell-typos' into 'release'
A few more codespell fixes
See merge request petsc/petsc!5786
|
| #
d5b43468
|
| 29-Oct-2022 |
Jose E. Roman <jroman@dsic.upv.es> |
A few more codespell fixes
|
| #
c06096d4
|
| 21-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-23/veccupm' into 'main'
Feature: CUPM Vec
See merge request petsc/petsc!5685
|
| #
2126a61d
|
| 05-Oct-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Use PetscTryTypeMethod() in dctontext.cxx, and set the device before we call createcontext
|
| #
061e922f
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'
Feature: Bicycle Storage Facility 2
See merge request petsc/petsc!5661
|
| #
d71ae5a4
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
source code format changes due to .clang-format changes
|
| #
b7124133
|
| 20-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-17/slimmer-petscobject' into 'main'
Feature: Slimmer PetscObject
See merge request petsc/petsc!5649
|
| #
4dfa11a4
|
| 17-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()
|
| #
31afaf92
|
| 14-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-14/fix-nullcontext-bug' into 'main'
Dereference before sending to PetscInfo()
See merge request petsc/petsc!5635
|
| #
403f9ca4
|
| 14-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Dereference before sending to PetscInfo()
|
| #
980b1594
|
| 12-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-petscdevice-warnings' into 'main'
PetscDevice: fix warnings
See merge request petsc/petsc!5610
|
| #
6a4a1270
|
| 11-Sep-2022 |
Pierre Jolivet <pierre@joliv.et> |
PetscDevice: fix -Wzero-as-null-pointer-constant
|
| #
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 ...
|
| #
eea86af3
|
| 05-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-23/fix-sys-man' into 'main'
Fix up all manual pages in src/sys directory
See merge request petsc/petsc!5559
|
| #
811af0c4
|
| 24-Aug-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix up all manual pages in src/sys directory
Commit-type: documentation /spend 10h
|