History log of /petsc/src/mat/impls/baij/mpi/mpibaij.c (Results 276 – 300 of 1562)
Revision Date Author Comments
# 9e31fb84 16-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/binary-io' into 'master'

Binary IO Enhancements

See merge request petsc/petsc!2594


# 618cc2ed 14-Mar-2020 Lisandro Dalcin <dalcinl@gmail.com>

MATSBAIJ: Add support for MPI-IO binary viewers


# b51a4376 12-Mar-2020 Lisandro Dalcin <dalcinl@gmail.com>

MATBAIJ: Add support for MPI-IO binary viewers


# f253e43c 09-Mar-2020 Lisandro Dalcin <dalcinl@gmail.com>

PetscBinaryWrite: Remove `istemp` boolean flag


# 5d107231 12-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-more-typos' into 'master'

Fix more typos and add missing examples

See merge request petsc/petsc!2511


# fd292e60 12-Feb-2020 prj- <pierre.jolivet@enseeiht.fr>

Fix more typos and add missing examples


# 1e69453d 28-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-petscint-petscmpiint' into 'master'

Replace PetscInt with PetscMPIInt when returning a rank

See merge request petsc/petsc!2222


# 131c27b5 28-Oct-2019 prj- <pierre.jolivet@enseeiht.fr>

Replace PetscInt with PetscMPIInt when returning a rank


# 1143afed 21-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# c347dca2 19-Oct-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/2019-10-15/bug-gamg-complexity/maint' into 'maint'

Bug fix: computing MG complexity had integer overflow. Would only occur for very large problems

See merge request petsc/petsc!

Merge branch 'barry/2019-10-15/bug-gamg-complexity/maint' into 'maint'

Bug fix: computing MG complexity had integer overflow. Would only occur for very large problems

See merge request petsc/petsc!2179

show more ...


# 3966268f 16-Oct-2019 Barry Smith <bsmith@mcs.anl.gov>

Bug fix: computing MG complexity had integer overflow. Would only occur for very large problems

Also fixed code that computes parallel matrix storage information to communicate with PetscLogDouble i

Bug fix: computing MG complexity had integer overflow. Would only occur for very large problems

Also fixed code that computes parallel matrix storage information to communicate with PetscLogDouble instead of PetscReal.

Commit-type: bug-fix
Reported-by: Mark Lohry <mlohry@gmail.com>

show more ...


# ed0ed7c6 19-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'

# Conflicts:
# lib/petsc/conf/test


# 0921e4f2 05-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/preallocationcsr-nooffprocentries' into 'master'

Improve performance of MatMPI[S]BAIJSetPreallocationCSR

See merge request petsc/petsc!2008


# 3bd0feec 24-Aug-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Same logic between MPIAIJ and MPI[SBAIJ,BAIJ].


# 8d7d7975 08-Aug-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'stefano_zampini/sbaij-example' [PR #1940]

* stefano_zampini/sbaij-example:
MATMPISBAIJ: add missing nullify for composed CSR function
MatMPISBAIJSetPreallocationCSR: Fix for roworiente

Merge branch 'stefano_zampini/sbaij-example' [PR #1940]

* stefano_zampini/sbaij-example:
MATMPISBAIJ: add missing nullify for composed CSR function
MatMPISBAIJSetPreallocationCSR: Fix for roworiented input
Mat tests ex233: added tests for SetPreallocationCSR functions

show more ...


# bb80cfbb 03-Aug-2019 Stefano Zampini <stefano.zampini@gmail.com>

MatMPISBAIJSetPreallocationCSR: Fix for roworiented input

add fast path insertion for bs==1 for the other block classes


# 0835b0b4 07-Aug-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'barry/2019-08-01/fix-matmpisbaijsetpreallocationcsr' [PR #1941]

* barry/2019-08-01/fix-matmpisbaijsetpreallocationcsr:
Fix bug in MatMPISBAIJSetPreallocationCSR()
Add test case that de

Merge branch 'barry/2019-08-01/fix-matmpisbaijsetpreallocationcsr' [PR #1941]

* barry/2019-08-01/fix-matmpisbaijsetpreallocationcsr:
Fix bug in MatMPISBAIJSetPreallocationCSR()
Add test case that detected bug
Fix over-preallocation that occured in MatMPISBAIJSetPreallocationCSR() and MatSeqSBAIJSetPreallocationCSR()
Added documentation MATMPI[B]AIJ and MATSEQ[B]AIJ noting their support of two features

show more ...


# 30dc9db0 05-Aug-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'jolivet/matconcatenate-matsbaij-for-real' [PR #1934]

* jolivet/matconcatenate-matsbaij-for-real:
Fixes MatCreateMPIMatConcatenateSeqMat_MPISBAIJ for good.


# da91a574 04-Aug-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Comments from Barry.


# 0cd7f59a 01-Aug-2019 Barry Smith <bsmith@mcs.anl.gov>

Fix bug in MatMPISBAIJSetPreallocationCSR()

Add test case that detected bug

Fix over-preallocation that occured in MatMPISBAIJSetPreallocationCSR() and MatSeqSBAIJSetPreallocationCSR()

Added docum

Fix bug in MatMPISBAIJSetPreallocationCSR()

Add test case that detected bug

Fix over-preallocation that occured in MatMPISBAIJSetPreallocationCSR() and MatSeqSBAIJSetPreallocationCSR()

Added documentation MATMPI[B]AIJ and MATSEQ[B]AIJ noting their support of two features

Commit-type: optimization, bug-fix, testing, documentation, example
Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>

show more ...


# 664954b6 01-Aug-2019 Barry Smith <bsmith@mcs.anl.gov>

Fix manual pages for MatXXXYBAIJSetPreallocationCSR() routines

Commit-type: documentation


# a8158fb5 14-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'gropp/doc-fixes-1' [PR #1838]


# 57a5760d 02-Jul-2019 William Gropp <wgropp@illinois.edu>

Merge from doc-fixes branch


# a2b725a8 27-Jun-2019 William Gropp <wgropp@illinois.edu>

Fixes for doctext update


# c56e2027 26-Jun-2019 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/optimize-aij-da (pull request #1762)

Non-numeric optimizations focused on AIJ, MatFDColoring, and DMCreateMatrix_DA_*AIJ, looking to improve performance in GPU environments


1...<<11121314151617181920>>...63