History log of /petsc/src/mat/impls/aij/mpi/mpiov.c (Results 101 – 125 of 655)
Revision Date Author Comments
# a5b23f4a 03-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix spelling errors in manpages and comments


# 566e6850 18-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-remove-extra-one-in-malloc' into 'main'

Remove misleading +1 in malloc and other redundant code

See merge request petsc/petsc!4223


# f59157ec 17-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# a51a2739 13-Aug-2021 Junchao Zhang <jczhang@mcs.anl.gov>

MATAIJ: remove unneeded uses of status.MPI_SOURCE


# b792a3cd 13-Aug-2021 Junchao Zhang <jczhang@mcs.anl.gov>

MATAIJ: remove unneeded +1 in PetscTableCreate


# 4e118577 09-Aug-2021 Junchao Zhang <jczhang@mcs.anl.gov>

MATAIJ: remove unused MPI_Status and extra +1 in malloc


# 21579eec 14-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-MatCreateSubMatrices-bug' into 'release'

Mat: fix a bug when they are multiple dummy matrices in MatCreateSubMatrices

See merge request petsc/petsc!4229


# 4e195584 11-Aug-2021 Junchao Zhang <jczhang@mcs.anl.gov>

Mat: fix a bug when they are multiple dummy matrices in MatCreateSubMatrices

Reported-by: Lawrence Mitchell <wence@gmx.li>


# 67f24b97 08-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/update-checkbadsource' into 'main'

Update badsource rules

See merge request petsc/petsc!4064


# 70a7d78a 04-Jun-2021 Stefano Zampini <stefano.zampini@gmail.com>

Update badsource rules

- Zero or more spaces are not allowed for more returning types
- zero spaces not allowed for for|if|while


# a8cf78f8 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'

Fix typos in source

See merge request petsc/petsc!3984


# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


# 49824467 13-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-04-06/fix-bad-error-code-returns' into 'main'

Fix bad error code returns in various places in PETSc

See merge request petsc/petsc!3846


# d8185827 07-Apr-2021 Barry Smith <bsmith@mcs.anl.gov>

Fix code that did not pass appropriate PETSc error flags to SETERRQ()

Add checkbadSource check for use of SETERRQ() without an appropriate error flag

Commit-type: error-checking, bug-fix, testing-f

Fix code that did not pass appropriate PETSc error flags to SETERRQ()

Add checkbadSource check for use of SETERRQ() without an appropriate error flag

Commit-type: error-checking, bug-fix, testing-fix, style-fix
/spend 2.5h

show more ...


# 16f8cdc7 09-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/2021-03-28/fix-mpiu-allreduce-mpi-failure'

Fix capture of MPI error code in MPIU_Allreduce()

See merge request petsc/petsc!3777


# 820f2d46 03-Apr-2021 Barry Smith <bsmith@mcs.anl.gov>

All MPIU_ functions except MPIU_File return MPI error codes for checking

Update checkbadSource to find use of CHKERRQ with MPIU_ functions

Commit-type: i.e. error-checking, optimization, bug-fix, p

All MPIU_ functions except MPIU_File return MPI error codes for checking

Update checkbadSource to find use of CHKERRQ with MPIU_ functions

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 ...


# 7ab9467e 02-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/sf-change-api' into 'main'

Change some SF APIs mentioned in the ECP paper

See merge request petsc/petsc!3659


# ad227fea 27-Feb-2021 Junchao Zhang <jczhang@mcs.anl.gov>

SF: add an MPI_Op argument to SFBcast


# 60f11f4c 25-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-incorrect-chkerrq' into 'master'

CHKERRQ() -> CHKERRMPI()

See merge request petsc/petsc!3637


# 55b25c41 19-Feb-2021 Pierre Jolivet <pierre@joliv.et>

CHKERRQ() -> CHKERRMPI()


# 9f90f53a 04-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/gamg-gpu-setup' into 'master'

MatMat operations with CUSPARSE

See merge request petsc/petsc!3391


# 2e5835c6 12-Nov-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATAIJ: some fixes for device builds


# bdea225a 30-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'

Convert MPI error type to PETSc error with string message for all MPI calls

See merge request petsc/petsc!3326


# ffc4695b 08-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their
errors better.

The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces
seemingly random failures.

Commit-type: error-checking
/spend 30m

show more ...


# 16924cb1 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc!3064

show more ...


12345678910>>...27