| 1e1ea65d | 27-Jul-2021 |
Pierre Jolivet <pierre@joliv.et> |
Some missing CHKERR[Q|MPI] |
| cfd7e7ea | 27-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-07-09/add-dmdavecgetarraydofwrite' into 'main'
Add DMDAVecGetArrayDOFWrite() and DMDAVecRestoreArrayDOFWrite()
See merge request petsc/petsc!4161 |
| 7bcbbb93 | 09-Jul-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
VecCUDA: add VecSum and VecShift implementations |
| 45c4b7c1 | 09-Jul-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Log movement of scalars between CPU and GPU seperate from vectors and large arrays
Commit-type: profiling \spend 15m |
| b54dd435 | 27-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| f9731504 | 18-Jul-2021 |
Pierre Jolivet <pierre@joliv.et> |
VecAXPY: incorrect parameter order in check |
| 7f7f003d | 14-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-vecops-gpu' into 'main'
Add VecSum/Shift implementations for VecCUDA, VecHIP and VecKokkos
See merge request petsc/petsc!4160 |
| 6ebeceb0 | 11-Jul-2021 |
Junchao Zhang <jczhang@anl.gov> |
VecHIP: add VecSum and VecShift implementations |
| 3a5dced2 | 09-Jul-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
VecKokkos: add VecSum implementation |
| b8167f78 | 09-Jul-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
VecCUDA: add VecSum and VecShift implementations |
| 085e7869 | 09-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 54a01b70 | 07-Jul-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
VEC: fix a bug in VecDotNorm2_SeqKokkos |
| b8e137c7 | 30-Jun-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
VEC: fix a veckok bug when device and host are the same |
| 3ceb54ac | 21-Jun-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
section: test PetscSectionView()/Load() with HDF5 |
| fde5e3ac | 28-Jun-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
section: add PetscSectionLoad() for HDF5 |
| 1ddd528e | 28-Jun-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
section: extend PetscSectionView() for HDF5 |
| 046d2115 | 21-Jun-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
section: make PetscSectionCreateGlobalSection() deal with fields |
| 3df9293f | 29-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 48c5f195 | 15-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
make check: fix for hdf5 |
| 1ddcc068 | 13-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Vec: minor |
| 8546521c | 03-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscSFGather: allow rootbuf == leafbuf for master process |
| 24d743f0 | 10-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
checkBadSource: fix ierr= |
| 362febee | 10-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscStack : check for correct push/pop
Enforce checkstack for CI jobs Fixes from testsuite |
| 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 ...
|
| 70a7d78a | 04-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Update badsource rules
- Zero or more spaces are not allowed for more returning types - zero spaces not allowed for for|if|while |