History log of /petsc/src/mat/impls/aij/mpi/mpiov.c (Results 51 – 75 of 655)
Revision Date Author Comments
# da81f932 05-Feb-2023 Pierre Jolivet <pierre@joliv.et>

Fix Typos


# 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


# 3ba16761 10-Dec-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Make PetscErrorCode a non-discardable enum


# 185d4773 09-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 8b53096b 09-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/release/fix-warning-mpiov' into 'release'

Fix compiler warning caused by having two variables with the same name

See merge request petsc/petsc!5912


# a7269746 09-Dec-2022 Jose E. Roman <jroman@dsic.upv.es>

Fix compiler warning caused by having two variables with the same name

mpiov.c(57): warning #823: reference is to variable "i" (declared at line 32) -- under old for-init scoping rules it would have

Fix compiler warning caused by having two variables with the same name

mpiov.c(57): warning #823: reference is to variable "i" (declared at line 32) -- under old for-init scoping rules it would have been variable "i" (declared at line 47)
PetscCall(ISRestoreIndices(is[i], &idx));
^

show more ...


# 9f218844 08-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-11-29/barry/2022-11-29/fix-matconvert-baij-aij/release' into 'release'

fix matconvert aij to baij to correctly check for any nonzero in a block. fix matincreaseoverlap aij t

Merge branch 'barry/2022-11-29/barry/2022-11-29/fix-matconvert-baij-aij/release' into 'release'

fix matconvert aij to baij to correctly check for any nonzero in a block. fix matincreaseoverlap aij to respect bs in IS

See merge request petsc/petsc!5897

show more ...


# 9a88ca10 29-Nov-2022 Barry Smith <bsmith@mcs.anl.gov>

Make MatIncreaseOverlap_AIJ respect blocking


# 2f91b18a 23-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-11-08/remove-petsctable' into 'main'

Remove PetscTable

See merge request petsc/petsc!5819


# c76ffc5f 21-Nov-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Use PetscHMapISet() in place of PetscHMapISetWithMode(INSERT_VALUES) as the intent is clearer


# eec179cf 08-Nov-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

- Replace PetscTable with PetscHMapI.
- Rename:
- PetscTableCreate() -> PetscHMapICreateWithSize()
- PetscTableFind() -> PetscHMapIGetWithDefault()
- PetscTableAdd() -> PetscHMapISetWithMode()


# 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()


# 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()


# 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


# 58d68138 23-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-21/clang-format-source' into 'main'

format repository with clang-format

See merge request petsc/petsc!5541


# 9371c9d4 22-Aug-2022 Satish Balay <balay@mcs.anl.gov>

clang-format: convert PETSc sources to comply with clang-format


# 9431f300 18-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-wrong-umax-usum' into 'main'

Do not use MPIU_SUM or MPIU_MAX with integers

See merge request petsc/petsc!5532


# 57168dbe 16-Aug-2022 Pierre Jolivet <pierre@joliv.et>

Do not use MPIU_SUM or MPIU_MAX with integers

These operations are only implemented for MPIU_REAL and MPIU_COMPLEX
when they are different than MPI_SUM or MPI_MAX, e.g.,
--with-precision=__float128


# d710f6b2 26-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-07-20/fix-using-seterrq' into 'main'

Remove outdated use of if() SETERRQ

See merge request petsc/petsc!5457


# 7a46b595 20-Jul-2022 Barry Smith <bsmith@mcs.anl.gov>

Remove outdated use of if() SETERRQ

Commit-type: style
/spend 20m
Reported-by: clang-format


12345678910>>...27