| #
b67aa78d
|
| 02-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Revert "sys: Add parens around PetscMalloc/PetscCalloc parameters"
This reverts commit 6de9ecaf8d994c58966dbd11bcd19baffdbd4580.
|
| #
c6fdec41
|
| 01-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2024-09-30/fix-hip-complex' into 'release'
Fix hipblasDoubleComplex, which is replaced by hipDoubleComplex in newer hipBLAS
See merge request petsc/petsc!7901
|
| #
731341e5
|
| 01-Oct-2024 |
Junchao Zhang <jczhang@anl.gov> |
CUPM: fix hipblasDoubleComplex, which is replaced by hipDoubleComplex in newer hipBLAS
|
| #
995a3e37
|
| 30-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/fix-count-cast/release' into 'release'
Add missing cast to silence -Wsign-conversion
See merge request petsc/petsc!7897
|
| #
35d731d1
|
| 30-Sep-2024 |
Lisandro Dalcin <dalcinl@gmail.com> |
Add missing cast to silence -Wsign-conversion
|
| #
0db6fc8f
|
| 29-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/malloc_parens' into 'main'
sys: Add parens around PetscMalloc/PetscCalloc parameters
Closes #1654
See merge request petsc/petsc!7891
|
| #
6de9ecaf
|
| 28-Sep-2024 |
James Wright <james@jameswright.xyz> |
sys: Add parens around PetscMalloc/PetscCalloc parameters
|
| #
d0e6bf2a
|
| 25-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-19' into 'main'
clang-format-19
See merge request petsc/petsc!7644
|
| #
0d5ef98a
|
| 18-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
CI: update checkclangformat to use clang-format-19.1.0
|
| #
a3452c82
|
| 18-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/misc' into 'main'
Add PetscRandomSetOptionsPrefix() and update TSMonitorSolution()
See merge request petsc/petsc!7837
|
| #
44ffe595
|
| 12-Sep-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
SYS: Add PetscRandomSetOptionsPrefix
|
| #
d8e47b63
|
| 17-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'
Compiler finds (and forbid) casts from higher precision integers to lower
See merge request petsc/petsc!7806
|
| #
462c564d
|
| 14-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()
Introduce MPIU_Count to be used when MPI_Count is not available
|
| #
1690c2ae
|
| 10-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MIN
Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example Funded
Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MIN
Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example Funded-by: Project: Time: hours Reported-by: Thanks-to: Development Tools: Vim, Emacs, Eclipse
show more ...
|
| #
6a210b70
|
| 10-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support to MPIU_Allreduce to prevent int overflow with a single integer argument
|
| #
6497c311
|
| 25-Aug-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']
Also fix the code to repository to compile cleanly with these flags in th
Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']
Also fix the code to repository to compile cleanly with these flags in the CI
show more ...
|
| #
184b5a2e
|
| 26-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-09-15/fix-log-pcmpi' into 'main'
add optimized shared memory PCMPI and add users manual section on comparing STREAMS performance to PETSc application performance
See merge
Merge branch 'barry/2023-09-15/fix-log-pcmpi' into 'main'
add optimized shared memory PCMPI and add users manual section on comparing STREAMS performance to PETSc application performance
See merge request petsc/petsc!6903
show more ...
|
| #
9f0612e4
|
| 11-Oct-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Add shared memory support for PCMPI using both shmget() and MPI_Win_allocate_shared()
|
| #
8a085367
|
| 09-Nov-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Add convinience routines PetscObjectContainerCompose() and PetscObjectContainerQuery
|
| #
ec42381f
|
| 20-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-06-15/deprecate-petsc-current' into 'main'
Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT since PETSC_DEFAULT is a...
See merge request petsc/petsc!7634
|
| #
b3480c81
|
| 15-Jun-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT for KSPSetTolerances() since PETSC_DEFAULT is a confusing (and wrong) term in current usage.
Add support to KSPSetTolerances() to accept PETSC_D
Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT for KSPSetTolerances() since PETSC_DEFAULT is a confusing (and wrong) term in current usage.
Add support to KSPSetTolerances() to accept PETSC_DETERMINE to reset the value back to the default when the object was created
show more ...
|
| #
eca7e54b
|
| 14-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
c52ffa67
|
| 12-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-docs' into 'release'
Docs fixes
See merge request petsc/petsc!7682
|
| #
0241b274
|
| 10-Jul-2024 |
Pierre Jolivet <pierre@joliv.et> |
Docs: fix nonexisting functions and variables
|
| #
73667fc3
|
| 18-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2024-06-14/feature-improve-mpi-pkg-macros' into 'main'
Improve various MPI packages' macro and try to make them consistent with other packages
See merge request petsc/petsc!76
Merge branch 'jczhang/2024-06-14/feature-improve-mpi-pkg-macros' into 'main'
Improve various MPI packages' macro and try to make them consistent with other packages
See merge request petsc/petsc!7633
show more ...
|