History log of /petsc/src/mat/impls/sbaij/mpi/mpisbaij.c (Results 251 – 275 of 1197)
Revision Date Author Comments
# d2c30c80 03-Aug-2019 Stefano Zampini <stefano.zampini@gmail.com>

MATMPISBAIJ: add missing nullify for composed CSR function


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


# 02106b30 05-Aug-2019 Barry Smith <bsmith@mcs.anl.gov>

Remove unused variable

Commit-type: style-fix
Reported-by: nightly tests


# 50c5228e 04-Aug-2019 Barry Smith <bsmith@mcs.anl.gov>

Fix spelling of diagonal

Commit-type: documentation
Reported-by: Pierre Jolivet <Pierre.Jolivet@enseeiht.fr>


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

Comments from Barry.


# 476417e5 04-Aug-2019 Barry Smith <bsmith@mcs.anl.gov>

Fixed bug in MatSetValues_MPISBAIJ() for retangular matrices

Fixed design flaw in MatIncreaseOverlap_MPISBAIJ() that utilized a SBAIJ matrix as if it was BAIJ by storing values below the diagonal

A

Fixed bug in MatSetValues_MPISBAIJ() for retangular matrices

Fixed design flaw in MatIncreaseOverlap_MPISBAIJ() that utilized a SBAIJ matrix as if it was BAIJ by storing values below the diagonal

Added error checking for number of rows greater than number of columns for SBAIJ matrices

Added to manual pages that the number of rows cannot be greater than number of columns for SBAIJ matrices

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

show more ...


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


# de25e9cb 02-Aug-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Really fixing MatCreateMPIMatConcatenateSeqMat.


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

Fix manual pages for MatXXXYBAIJSetPreallocationCSR() routines

Commit-type: documentation


# 8cbc740a 29-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'jolivet/matconcatenate-matsbaij' [PR #1915]

* jolivet/matconcatenate-matsbaij:
Fixes MatCreateMPIMatConcatenateSeqMat_MPISBAIJ
- correct dimension checked
- do not force the Mat to b

Merge branch 'jolivet/matconcatenate-matsbaij' [PR #1915]

* jolivet/matconcatenate-matsbaij:
Fixes MatCreateMPIMatConcatenateSeqMat_MPISBAIJ
- correct dimension checked
- do not force the Mat to be of type MPISBAIJ

show more ...


# e86611e7 28-Jul-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Comment + more verbose error.


# ce94fc41 28-Jul-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Fixes MatCreateMPIMatConcatenateSeqMat_MPIBAIJ.


# 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


# 071fcb05 05-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

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

1) PetscCalloc*() now uses system calloc()
2) Merged some Pets

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

1) PetscCalloc*() now uses system calloc()
2) Merged some PetscMalloc*()
3) Eliminated unneeded PetscCalloc*()
4) Removed some memory allocations and copies in MatFDColoringSetUp(), added local variables for better compiler optimization
5) Added MatSetValues_SeqAIJ_SortedFull(), added MatSetOption(MAT_SORTED_FULL)
6) Optimized DMCreateMatrix_DA_*AIJ for nonperiodic case to automatically have sorted columns (faster MatSetValues() times)
7) Eliminated call to PetscMemzero() in PetscFree()

Commit-type: style-fix, feature

show more ...


# 89583661 21-Jun-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/add-petscarrayxxx-ops' [PR #1771]


# 580bdb30 07-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms

Replace a couple multi-mallocs with a single malloc
Replace backwards loops in MatSetValues_*()

Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms

Replace a couple multi-mallocs with a single malloc
Replace backwards loops in MatSetValues_*() with PetscArraymove()

Commit-type: style-fix, feature

show more ...


# cd70c088 09-Jun-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# b82a1fea 08-Jun-2019 Richard Mills <rtm@eecs.utk.edu>

Merged in rmills/fix-doc-paradigm-spelling/maint (pull request #1765)

Fixed misspelling of "paradigm" throughout manual pages.


# f6f02116 08-Jun-2019 Richard Tran Mills <rmills@rmills.org>

Fixed misspelling of "paradigm" throughout manual pages.


# 613bfe33 02-Jun-2019 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/update-collective-on (pull request #1744)

Update the use of Collective on in the manual pages to reflect the new style


# d083f849 01-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Update the use of Collective on in the manual pages to reflect the new style

Commit-type: style-fix, documentation
Thanks-to: Patrick Sanan <patrick.sanan@gmail.com>


1...<<11121314151617181920>>...48