History log of /petsc/src/vec/vec/impls/mpi/pbvec.c (Results 1 – 25 of 546)
Revision Date Author Comments
# 8c7a9d10 25-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-09-24/docs-vecghost' into 'main'

Minor updates to VecGhost manual pages

See merge request petsc/petsc!8728


# 15a97596 25-Sep-2025 Barry Smith <bsmith@mcs.anl.gov>

Minor updates to VecGhost manual pages


# c1a32f8f 09-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/cleanup' into 'main'

Housekeeping

See merge request petsc/petsc!8392


# 88e0b45e 08-May-2025 Pierre Jolivet <pierre@joliv.et>

VecOps cleanup


# f3d7a62f 23-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# e8b835e8 23-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-vec-maxpwdiv' into 'release'

Vec: Fix parallel VecMaxPointwiseDivide

See merge request petsc/petsc!8339


# 4010dd8b 23-Apr-2025 Matthew G. Knepley <knepley@gmail.com>

Vec: Fix parallel VecMaxPointwiseDivide


# 4f037aad 27-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/bs' into 'main'

PetscLayout: set default block size to 1

See merge request petsc/petsc!8226


# 58b7e2c1 23-Mar-2025 Stefano Zampini <stefano.zampini@gmail.com>

PetscLayout: default block size 1


# 6d8694c4 20-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'

Major updates to Fortran interface

See merge request petsc/petsc!7517


# ce78bad3 20-Feb-2025 Barry Smith <bsmith@petsc.dev>

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous ve

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous versions!
- also clean up inconsistent PETSc code detected by new Fortran generation tools
- drop use of bfort
- automatically generate all the Fortran PETSc objects, enums etc from the include files
- generate most of the Fortran interface definitions and functions from the source code
- simplify the number and organization of Fortran modules

Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>

show more ...


# 01cd6b0c 20-Feb-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2025-02-14/use-device-malloc-for-apu' into 'main'

VecKokkos: Allocate memory using device malloc when host and device share the same memory

See merge request petsc/petsc!8139


# 0e38bc18 20-Feb-2025 Junchao Zhang <jczhang@mcs.anl.gov>

VecKokkos: allocate memory using device malloc when host and device share the same memory

This is preferred on AMD MI300A, since "Memory allocations should be made using the hipMalloc function, whic

VecKokkos: allocate memory using device malloc when host and device share the same memory

This is preferred on AMD MI300A, since "Memory allocations should be made using the hipMalloc function, which gives great binding and page size settings automatically."
see https://hpc.llnl.gov/documentation/user-guides/using-el-capitan-systems/introduction-and-quickstart/pro-tips

show more ...


# 72b25122 28-Nov-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 68c4918b 25-Nov-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-ghost-l2g' into 'release'

VecGetLocalToGlobalMapping_MPI_VecGhost: return Null if ghostis is not present

See merge request petsc/petsc!8030


# 861cd84c 25-Nov-2024 Stefano Zampini <stefano.zampini@gmail.com>

VecGetLocalToGlobalMapping_MPI_VecGhost: return Null if ghostis is not present


# 2e45e1b1 24-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# e58947e7 22-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/cleanup_malloc' into 'release'

sys: Cleanup PetscMalloc and PetscCalloc

See merge request petsc/petsc!7892


# 32603206 02-Oct-2024 James Wright <james@jameswright.xyz>

Address potential Malloc/Calloc ternary operator bugs

- Bug either by the argument of the ternary operator being cast
inappropriately to `size_t` or by the values themselves not being cast
to `s

Address potential Malloc/Calloc ternary operator bugs

- Bug either by the argument of the ternary operator being cast
inappropriately to `size_t` or by the values themselves not being cast
to `size_t` when necessary.

show more ...


# 3cb3609b 04-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 89e0e927 04-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/release-1' into 'release'

Fixes for unininitalized members and comparisons

See merge request petsc/petsc!7913


# 8a403008 03-Oct-2024 Stefano Zampini <stefano.zampini@gmail.com>

Fix missing initializer for member errors [-Werror=missing-field-initializers]


# 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


# 57508ece 17-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Remove unneeded parentheses


# 7aa7e233 25-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


12345678910>>...22