| #
d424d65e
|
| 22-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
d2df5d6e
|
| 22-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-mumps-icntl-13' into 'maint'
Wrong description of MUMPS ICNTL(13)
See merge request petsc/petsc!2550
|
| #
c6b33be9
|
| 21-Feb-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Wrong description
|
| #
126da3a8
|
| 05-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
4efdc7c3
|
| 05-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-error-view' into 'maint'
PCView error with MUMPS, GAMG, and LMVM
See merge request petsc/petsc!2502
|
| #
dbf6bb8d
|
| 05-Feb-2020 |
prj- <pierre.jolivet@enseeiht.fr> |
PCView error with MUMPS, GAMG, and LMVM
|
| #
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 ...
|
| #
5f77d1e0
|
| 21-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
81d3e30e
|
| 20-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/fix-mumps-GetInverse' into 'maint'
Hzhang/fix mumps get inverse
See merge request petsc/petsc!2408
|
| #
f410b75a
|
| 16-Dec-2019 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatMumpsGetInverse_MUMPS() Reported-by: Jan Grießer <griesser.jan@googlemail.com>
|
| #
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
|
| #
eb1ec7c1
|
| 20-Nov-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATSBAIJ: Fix Hermitian MatMult for Seq and MPI code paths
we can reuse the same MatMult operation with no impact for non-complex builds Remove improper check for the hermitian complex case from Mat
MATSBAIJ: Fix Hermitian MatMult for Seq and MPI code paths
we can reuse the same MatMult operation with no impact for non-complex builds Remove improper check for the hermitian complex case from MatGetFactor and move it where it actually belongs Fix conversion routines from SBAIJ when the hermitian flag is set
show more ...
|
| #
1143afed
|
| 21-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
915651a2
|
| 21-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/mumps-errorcheck/maint' into 'master'
Hzhang/mumps errorcheck/maint
See merge request petsc/petsc!2177
|
| #
4be76074
|
| 21-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jolivet/fix-view' into maint
Incomplete MatView with MUMPS + unneeded spaces
See merge request petsc/petsc!2188
|
| #
722b6324
|
| 19-Oct-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Wrong number of nz in MatGetInfo
|
| #
ad2dee05
|
| 17-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/matmatsolve-rhs' into 'master'
Hzhang/matmatsolve rhs
See merge request petsc/petsc!2168
|
| #
f9fb9879
|
| 17-Oct-2019 |
Hong Zhang <hzhang@mcs.anl.gov> |
Enable MatMatSolve(F,RHS,RHS) for some packages Requested-by: Jaysaval, Piyoosh <Piyoosh.Jaysaval@pnnl.gov>
|
| #
c3714a1d
|
| 14-Oct-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Propogate MUMPS return code within omp_comm. Also fixed the datatype and count in MPI_Bcast
|
| #
6c62bb2d
|
| 12-Oct-2019 |
Hong Zhang <hzhang@mcs.anl.gov> |
Add error checking in mumps.c Reported-by: Barry Smith
|
| #
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
|
| #
c70f7ee4
|
| 02-Oct-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Rename valid_GPU_array/matrix to offloadmask
|
| #
8da4f93b
|
| 23-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/gpu-bddc' into 'master'
Improvements towards BDDC on GPUs
See merge request petsc/petsc!2067
|