| #
f6516afe
|
| 03-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rmills/bindtocpu-not-pintocpu' into 'master'
Changed XXXPinToCPU() to XXXBindToCPU() to prevent confusion.
See merge request petsc/petsc!2477
|
| #
b470e4b4
|
| 03-Feb-2020 |
Richard Tran Mills <rmills@rmills.org> |
Changed XXXPinToCPU() to XXXBindToCPU() to prevent confusion.
The reason for this change is that we already use the terminology "pinned" to refer to memory that is non-pageable, in the context of Pe
Changed XXXPinToCPU() to XXXBindToCPU() to prevent confusion.
The reason for this change is that we already use the terminology "pinned" to refer to memory that is non-pageable, in the context of PetscSF as well as allocating host memory when GPUs are being employed.
show more ...
|
| #
60a4e99f
|
| 09-Jan-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into 'stefanozampini/sfwin-reuse-win'
# Conflicts: # config/BuildSystem/config/packages/MPI.py
|
| #
1475a3bb
|
| 31-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
73c94908
|
| 31-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rmills/fix-seqaij-offloadmask-in-mpiaij/maint' into 'maint'
Add logic setting offloadmask for sequential matrices in the MPIAIJ code that...
See merge request petsc/petsc!2370
|
| #
837a59e1
|
| 31-Dec-2019 |
Richard Tran Mills <rmills@rmills.org> |
Add logic setting offloadmask for sequential matrices in the MPIAIJ code that mimicks logic in MatSetValues_SeqAIJ().
|
| #
14931f3e
|
| 19-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
c0564ec5
|
| 18-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/wip-for-maint' into 'maint'
Small bugfixes
See merge request petsc/petsc!2406
|
| #
0de76c62
|
| 17-Dec-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatDuplicate_MPIAIJ: fix for the case of unassembled matrices
|
| #
ccbe3378
|
| 26-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/update-suitesparse' into 'master'
Update SuiteSparse to use github releases + fixes to SBAIJ hermitian complex case
See merge request petsc/petsc!2305
|
| #
77c65a98
|
| 21-Nov-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatMPIAIJGetLocalMat: fix reuse case and clarify man page
This "optimization" was introduced in 70a9ba44dd1. There's no need to create a new matrix with MatCreateSeqAIJWithArrays since it will share
MatMPIAIJGetLocalMat: fix reuse case and clarify man page
This "optimization" was introduced in 70a9ba44dd1. There's no need to create a new matrix with MatCreateSeqAIJWithArrays since it will share the underlying data structure Better off to just take a reference on the local matrix and return it. Extended the MAT_REUSE_CASE (MatCopy is a dummy operation if the two matrices are the same one): at least in this case we get an error if we are reusing the wrong matrix (sparsity pattern changed)
show more ...
|
| #
2de1114b
|
| 07-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
0cd1b218
|
| 07-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2019-10-23/bug-matsetvalues-mpiaij-zero/maint' into 'maint'
Fix bug that tried to insert zero value into matrix even with ignore zero entries was set
See merge request petsc/pet
Merge branch 'barry/2019-10-23/bug-matsetvalues-mpiaij-zero/maint' into 'maint'
Fix bug that tried to insert zero value into matrix even with ignore zero entries was set
See merge request petsc/petsc!2209
show more ...
|
| #
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
|
| #
445da92e
|
| 28-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-is-info' into 'master'
Tisaac/feature is info
See merge request petsc/petsc!2185
|
| #
c80a64e6
|
| 24-Oct-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix bug that tried to insert zero value into matrix even with ignore zero entries was set
Commit-type: error-checking, bug-fix, example Reported-by: Thibaut Appel <t.appel17@imperial.ac.uk>
|
| #
1eff2cdd
|
| 21-Oct-2019 |
Toby Isaac <tisaac@cc.gatech.edu> |
MatMPIAIJ: make iscol_local a local IS
|
| #
46b16879
|
| 23-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-upstream-hpddm' into 'master'
Multiple fixes to PCHPDDM + MatMatMult_SeqSBAIJ_SeqDense
See merge request petsc/petsc!2123
|
| #
ae8d29ab
|
| 19-Oct-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Improves MatConvert([MPI|Seq][S]BAIJ)
|
| #
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 ...
|
| #
81e64d77
|
| 06-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
6881a170
|
| 06-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-valid-gpu-array' into maint
Rename: v->valid_GPU_array/matrix==> v->offloadmask and PetscOffloadFlag==>PetscOffloadMask
See merge request petsc/petsc!2141
|