History log of /petsc/src/mat/impls/aij/mpi/mpiaij.c (Results 426 – 450 of 2754)
Revision Date Author Comments
# 04ccdda3 03-Sep-2021 Junchao Zhang <jczhang@mcs.anl.gov>

Doc: revise manual of MatCreateMPIAIJWithSplitArrays


# 6656dd0f 03-Sep-2021 Junchao Zhang <jczhang@mcs.anl.gov>

MPIAIJ: remove redundant assembly since matrix is already assembled in MatCreateSeqAIJWithArrays


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

Merge branch 'jczhang/feature-add-comments-matproduct' into 'main'

Mat/SF: add some comments to code

See merge request petsc/petsc!4231


# ddea5d60 12-Aug-2021 Junchao Zhang <jczhang@mcs.anl.gov>

MAT/SF: add some comments to code


# 662169a7 09-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-tune-garray-malloc' into 'main'

Mat: remove the unneeded +1 in memory allocation for garray

See merge request petsc/petsc!4214


# b3c64f9d 04-Aug-2021 Junchao Zhang <jczhang@mcs.anl.gov>

Mat: remove the unneeded +1 in memory allocation for garray


# 9d82f6be 15-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 4e4cc714 14-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/matmat-cpufallback' into 'release'

MATAIJCUSPARSE: dispatch to CPU if requested

See merge request petsc/petsc!4158


# 65e4b4d4 09-Jul-2021 Stefano Zampini <stefano.zampini@gmail.com>

MATAIJCUSPARSE: dispatch to CPU if requested

fix CPU codepath for device matrices
fix MPI ptap
Add tests


# 2b40f18d 09-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-06-08/fix-setterrq-chkerrq' into 'main'

Removed CHKERRQ() that come immediately after SETERRQ(), add test to...

See merge request petsc/petsc!4069


# 2758c9b9 08-Jun-2021 Barry Smith <bsmith@mcs.anl.gov>

Removed CHKERRQ() that come immediately after SETERRQ(), add test to checkbadSource() to find such constructs

Commit-type: bug-fix, error-checking
\spend 10m
Reported-by: Lisandro Dalcin <dalcinl@gm

Removed CHKERRQ() that come immediately after SETERRQ(), add test to checkbadSource() to find such constructs

Commit-type: bug-fix, error-checking
\spend 10m
Reported-by: Lisandro Dalcin <dalcinl@gmail.com>

show more ...


# 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


# 6c210304 14-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 50e2c2d2 13-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-mat-ignorezeros' into 'release'

Mat: Should ignore zeros when inserting into off-diagonal blocks

See merge request petsc/petsc!3901


# d707bf6c 20-Apr-2021 Matthew Knepley <knepley@gmail.com>

Mat: Should ignore zeros when inserting into off-diagonal blocks
Reported-by: Lars Corbijn <l.j.corbijnvanwillenswaard@utwente.nl>


# fdce6efa 19-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 1d4abf32 19-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-gcc-11-warnings' into 'release'

fix gcc-11 warnings

See merge request petsc/petsc!3865


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

fix gcc-11 warnings for -Wstringop-overflow - however can't fix MPI calls - so also use -Wno-stringop-overflow


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


# b8d20d50 25-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jczhang/add-DMDAVecGetKokkosOffsetView'

Add DMDAVecGetKokkosOffsetView and friends

See merge request petsc/petsc!3383


# 1a2c6b5c 10-Nov-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Rename -mat_cusparse_transgen to -mat_form_explicit_transpose


1...<<11121314151617181920>>...111