| 9dddd249 | 10-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
git: switch default branch from 'master' to 'main' |
| 55b25c41 | 19-Feb-2021 |
Pierre Jolivet <pierre@joliv.et> |
CHKERRQ() -> CHKERRMPI() |
| f6b722a5 | 22-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| b14c0cba | 18-Feb-2021 |
Blaise Bourdin <bourdin@lsu.edu> |
petscviewer: fix the fortran bindings of XXXViewFromOptions when called with obj=PETSC_NULL_XXX |
| 7ba6f1c7 | 22-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 966d8056 | 16-Feb-2021 |
Pierre Jolivet <pierre@joliv.et> |
Documentation fixes |
| c50fdd41 | 27-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/feature-vecrandom-minmax-device' into 'master'
Support VecSetRandom and VecMin/Max for VECCUDA
See merge request petsc/petsc!3578 |
| 59023b36 | 04-Jan-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Vec: added tests for CUDA random number generator |
| 28ecdb1f | 29-Dec-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Vec test ex21: add CUDA and KOKKOS tests |
| 808ba619 | 04-Jan-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscRandom: add CURAND support |
| 598f99fa | 21-Jan-2021 |
Alp Dener <adener@anl.gov> |
VecConcatenate() for vertically concatenating two vectors and generating IS to access the subcomponents |
| eef5d1e1 | 29-Dec-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
VECCUDA: add min and max operations
fix kokkos for the case index is not requested |
| cfebd9bf | 04-Jan-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
VecPointwiseMult_SeqCUDA: use Write accessor for result vector |
| 95835114 | 22-Dec-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
VecSetRandom: use write accessor
remove useless private call for CUDA |
| 6a6202de | 17-Dec-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
VecCUDAReplaceArray: we must free the allocated array! |
| 1c534b1e | 08-Jan-2021 |
Scott Kruger <scott.e.kruger@gmail.com> |
Simplify coding
Based on review by @jczhang07 |
| e7a27f33 | 06-Jan-2021 |
Junchao Zhang <jczhang@anl.gov> |
Fix bugs when doing device to host communication |
| 989a7cbb | 28-Dec-2020 |
Scott Kruger <scott.e.kruger@gmail.com> |
Various fixes
Fix of INTERN/EXTERN issues Bug fix on registering |
| 26e8e884 | 22-Dec-2020 |
Scott Kruger <scott.e.kruger@gmail.com> |
Fixes for the HIP backend to PetscSF
Thanks to @jedbrown for catching errors and motivating more testing
Sorting out ifdef/if logic The logic with HIP and CUDA together is a little complicated.
Ad
Fixes for the HIP backend to PetscSF
Thanks to @jedbrown for catching errors and motivating more testing
Sorting out ifdef/if logic The logic with HIP and CUDA together is a little complicated.
Adding and improving petscSF tests for hip backend Important to add `diff_args: -j` to some tests
show more ...
|
| 82e9bd54 | 07-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/rename-PetscLayoutsCreateSF-to-PetscSFCreateFromLayouts' into 'master'
rename PetscLayoutsCreateSF to PetscSFCreateFromLayouts
See merge request petsc/petsc!3536 |
| dcbdf7c4 | 06-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/chkerrmpi' into 'master'
Fix compile warnings after adding CHKERRMPI
See merge request petsc/petsc!3528 |
| 57e2745d | 05-Jan-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
pmap.c: isimpl.h includes petscis.h |
| 8fa9e22e | 05-Jan-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
move PetscSFCreateFromLayouts() to PetscSF;
no need for #include <petscsf.h> in pmap.c |
| 68516304 | 08-Sep-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
rename PetscLayoutsCreateSF -> PetscSFCreateFromLayouts |
| a66b5171 | 05-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |