| #
5cc1291d
|
| 06-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-strict-prototypes' into 'release'
Fix -Wstrict-prototypes
See merge request petsc/petsc!5808
|
| #
3274405d
|
| 06-Nov-2022 |
Pierre Jolivet <pierre@joliv.et> |
Fix -Wstrict-prototypes
warning: a function declaration without a prototype is deprecated in all versions of C
|
| #
2e246197
|
| 30-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-10-20/more-coverage' into 'main'
Add coverage to additional packages
See merge request petsc/petsc!5759
|
| #
7ce81a4b
|
| 20-Oct-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add coverage to several new packages
|
| #
8f23a7d0
|
| 27-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
release: set petsc v3.18.0 strings
|
| #
dcdbcfb0
|
| 30-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'JDBetteridge/petsc4py_gc_fix' into 'main'
Add memory cleanup operations suitable for managed languages, and corresponding calls to petsc4py
See merge request petsc/petsc!4619
|
| #
62e5d2d2
|
| 30-Sep-2022 |
JDBetteridge <j.betteridge@imperial.ac.uk> |
Add memory cleanup operations suitable for managed languages, and corresponding calls to petsc4py
|
| #
ce85964f
|
| 23-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-macos-dl' into 'main'
redo fix for crusher build errors
See merge request petsc/petsc!5672
|
| #
e8953f01
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
redo fix for crusher build errors - earlier fix 6f5d4113db2439cc1ff0f31c92f65e0d3d55d9fb disabled symbol look-up on MacOS
Reported-by: "Aagaard, Brad T" <baagaard@usgs.gov>
CC arch-olcf-
redo fix for crusher build errors - earlier fix 6f5d4113db2439cc1ff0f31c92f65e0d3d55d9fb disabled symbol look-up on MacOS
Reported-by: "Aagaard, Brad T" <baagaard@usgs.gov>
CC arch-olcf-crusher/obj/sys/dll/dlimpl.o /autofs/nccs-svm1_home1/balay/petsc/src/sys/dll/dlimpl.c:333:5: error: use of undeclared identifier 'Dl_info' Dl_info info; ^ /autofs/nccs-svm1_home1/balay/petsc/src/sys/dll/dlimpl.c:335:16: warning: implicit declaration of function 'dladdr' is invalid in C99 [-Wimplicit-function-declaration] PetscCheck(dladdr(*(void **)&func, &info), PETSC_COMM_SELF, PETSC_ERR_LIB, "Failed to lookup symbol: %s", dlerror()); ^ /autofs/nccs-svm1_home1/balay/petsc/src/sys/dll/dlimpl.c:335:41: error: use of undeclared identifier 'info' PetscCheck(dladdr(*(void **)&func, &info), PETSC_COMM_SELF, PETSC_ERR_LIB, "Failed to lookup symbol: %s", dlerror()); ^ /autofs/nccs-svm1_home1/balay/petsc/src/sys/dll/dlimpl.c:337:35: error: use of undeclared identifier 'info' PetscCall(PetscDemangleSymbol(info.dli_sname, name)); ^ 1 warning and 3 errors generated.
show more ...
|
| #
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
|
| #
3822b603
|
| 15-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-14/mpi-datatype-type-checking' into 'main'
Re-enable MPI_Datatype compiler type checking attributes
See merge request petsc/petsc!5636
|
| #
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
|
| #
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
|
| #
1d737a88
|
| 29-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-20/add-jacob-users-manual' into 'main'
Add Jacob as author of PETSc Users Manual
See merge request petsc/petsc!5538
|
| #
f0af967e
|
| 29-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-style-one-liners' into 'main'
Remove braces from one-liners w/o PetscCall()
See merge request petsc/petsc!5561
|
| #
ad540459
|
| 29-Aug-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove braces from one-liners w/o PetscCall()
|
| #
3f81df79
|
| 20-Aug-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add Jacob as author of PETSc Users Manual; fix up various out-dated author information
Commit-type: documentation /15m
|
| #
38f67375
|
| 27-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-style-one-liners' into 'main'
Remove braces from one-liners
See merge request petsc/petsc!5557
|
| #
48a46eb9
|
| 27-Aug-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove braces from one-liners
|
| #
c69aa17f
|
| 25-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-23/error-mpiuni-mpiexec' into 'main'
Check if MPI-uni program is being launched in parallel by mpiexec, error in that case
See merge request petsc/petsc!5547
|
| #
5f2abdd3
|
| 25-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-ksphpddm-fp16-ci' into 'main'
Partial support for __fp16 in KSPHPDDM
See merge request petsc/petsc!5543
|