| #
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
|
| #
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 ...
|
| #
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 ...
|
| #
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 ...
|
| #
100ffedb
|
| 14-Jun-2024 |
Junchao Zhang <jczhang@anl.gov> |
Config: get rid of PETSC_HAVE_OMPI_MAJOR_VERSION and include it in petscpkg_version.h
|
| #
13e26402
|
| 18-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
7d7aba7f
|
| 17-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2024-06-14/fix-openmpi-neighbor' into 'release'
Add a workaround for an ompi-5.0.x bug not allowing null arrays when size is zero
See merge request petsc/petsc!7629
|
| #
3e21cddb
|
| 14-Jun-2024 |
Junchao Zhang <jczhang@anl.gov> |
SF: add a workaround for an ompi-5.0.x bug not allowing null arrays when size is zero
Note the bug is fixed at https://github.com/open-mpi/ompi/pull/12614
|
| #
872ab141
|
| 03-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
783bcfeb
|
| 03-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2024-05-31/fix-petscsf-gpu-bug' into 'release'
Need to sync the stream before MPI send even when there is nothing to send (but has something to receive)
See merge request pets
Merge branch 'jczhang/2024-05-31/fix-petscsf-gpu-bug' into 'release'
Need to sync the stream before MPI send even when there is nothing to send (but has something to receive)
See merge request petsc/petsc!7597
show more ...
|
| #
646b835d
|
| 31-May-2024 |
Junchao Zhang <jczhang@anl.gov> |
SF: need to sync the stream before MPI send even when there is nothing to send but has something to receive
There might be pending gpu operations on the receive buffer. Without synchronization, say
SF: need to sync the stream before MPI send even when there is nothing to send but has something to receive
There might be pending gpu operations on the receive buffer. Without synchronization, say we proceed to MPI_Waitall(). MPI might stage on host and do a H2D copy on an internal stream on the receive side. Previous gpu operations COULD happen after the H2D copy, causing a write-after-write reorder violation!
show more ...
|
| #
942d34d0
|
| 03-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-ubsan' into 'main'
Pacify UBSan
See merge request petsc/petsc!7158
|
| #
8e3a54c0
|
| 24-Dec-2023 |
Pierre Jolivet <pierre@joliv.et> |
Sys: add PetscSafePointerPlusOffset() to pacify UBSan
|
| #
44277090
|
| 03-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/winter-housekeeping' into 'main'
Package updates
See merge request petsc/petsc!7143
|
| #
ef333426
|
| 28-Dec-2023 |
Pierre Jolivet <pierre@joliv.et> |
Revert 41751ff936f2543999449f2cc826710c93affeac and e062e8b5c69bd8f5e0f7bcfa9dba51a49804e758
|
| #
b35fdfba
|
| 02-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-12-31/minor-website-fixes/release' into 'release'
Minor fixes to website material
See merge request petsc/petsc!7157
|
| #
337bb527
|
| 02-Jan-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Minor fixes to website material
|
| #
59d2de5a
|
| 03-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/update-openmpi' into 'main'
configure: OpenMPI 5.0.0
See merge request petsc/petsc!6971
|
| #
41751ff9
|
| 31-Oct-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
SF: add a workaround for a bug in ompi-5.0 MPI_Neighbor_alltoallv_init
|
| #
21f37e16
|
| 26-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2023-10-16/feature-persistent-mpi-nbr' into 'main'
SF: Add MPI-4.0 persistent MPI neighborhood collectives support
See merge request petsc/petsc!6943
|
| #
6677b1c1
|
| 20-Oct-2023 |
Junchao Zhang <jczhang@anl.gov> |
PetscSF: add MPI-4.0 persistent neighborhood collectives support
|
| #
f5d27ee7
|
| 18-Oct-2023 |
Junchao Zhang <jczhang@anl.gov> |
PetscSF: refactor and modulize the code to better support persistent communication
|
| #
6c37f76f
|
| 27-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-log-handler' into 'main'
Deglobalize logging into PetscLogHandler and PetscLogState
See merge request petsc/petsc!6709
|
| #
2611ad71
|
| 14-Jul-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Profiling: Improve !defined(PETSC_USE_LOG) #defines
- If we cast macro arguments to void, we can avoid unused errors that have forced lots of conditionally included code like this:
```c #if def
Profiling: Improve !defined(PETSC_USE_LOG) #defines
- If we cast macro arguments to void, we can avoid unused errors that have forced lots of conditionally included code like this:
```c #if defined(PETSC_USE_LOG) PetscLogEvent event; #endif ```
- Having global counters like petsc_TotalFlops externed event if !PetscDefined(USE_LOG) helps to remove a lot of needless `#ifdef`s around code that can instead be placed in `if (PetscDefined(USE_LOG)) {}` blocks.
show more ...
|
| #
31d78bcd
|
| 02-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'
Feature: Non-discardable PetscErrorCode
See merge request petsc/petsc!5923
|