| #
16924cb1
|
| 26-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'
Turn on checkbadSource test to generate an error when found; fix all source code that causes errors
See merge request petsc/petsc
Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'
Turn on checkbadSource test to generate an error when found; fix all source code that causes errors
See merge request petsc/petsc!3064
show more ...
|
| #
2da392cc
|
| 17-Aug-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Turn on checkbadSource test to generate an error when found; fix all source code that causes errors
Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability /spend 1.5h
|
| #
7b917211
|
| 24-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/fix-null' into 'master'
Fix 0 -> NULL for pointers
See merge request petsc/petsc!3086
|
| #
4c8fdcea
|
| 23-Aug-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
Vec: Replace 0 -> NULL for pointers
|
| #
833b33c1
|
| 29-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/feature-add-hpackages-rebased' into 'master'
Fixes to MatProduct + many bug fixes + new hierarchical matrix support
See merge request petsc/petsc!2800
|
| #
9a971ab9
|
| 29-Mar-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Minor
|
| #
9c15a9aa
|
| 24-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/defined-nocpp' into 'master'
PetscDefined: test whether a configuration macro is defined without #ifdef
See merge request petsc/petsc!157
|
| #
76bd3646
|
| 14-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
PetscDefined: remove many uses of #ifdef PETSC_USE_DEBUG
|
| #
b0d1f38a
|
| 22-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jczhang/feature-sf-pack-direct'
Directly pass root/leafdata to MPI in SF when possible
See merge request petsc/petsc!2506
|
| #
c2a741ee
|
| 05-Feb-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Test MPI gpu awareness and use default -use_gpu_aware_mpi 1
|
| #
a5526d50
|
| 13-Jan-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Init some vars
|
| #
b85e67b7
|
| 08-Jan-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Add option -sf_use_stream_aware_mpi
|
| #
00816365
|
| 08-Jan-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
No need to get mtypes in PetscSFXxxEnd(). The cuda call is not cheap.
|
| #
cd620004
|
| 05-Dec-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Refactor SF packing
1) Separate out local communication from remote communication 2) Directly pass root/leafdata to MPI when suitable
|
| #
b9d19a4e
|
| 21-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
e6b3ee07
|
| 20-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typo-doc' into 'maint'
Typos in documentation
See merge request petsc/petsc!2538
|
| #
245d9833
|
| 20-Feb-2020 |
prj- <pierre.jolivet@enseeiht.fr> |
Typos in documentation
|
| #
8062c7ef
|
| 23-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/sfwin-reuse-win' into 'master'
Improve PETSCSFWINDOW
See merge request petsc/petsc!2336
|
| #
5b0d146a
|
| 28-Nov-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PETSCSFWINDOW: Improve the class
- fix bugs with sync type LOCK and ACTIVE - add support for creating windows with different flavors - add reusage of already created windows - add support for MPI_in
PETSCSFWINDOW: Improve the class
- fix bugs with sync type LOCK and ACTIVE - add support for creating windows with different flavors - add reusage of already created windows - add support for MPI_info customization of MPI_Wins - use MPI_Get_accumulate in FetchAndOp if present - PetscSFComposeInverse: use MPIU_REPLACE for 64bit installations and PETSCSFWINDOW
show more ...
|
| #
4cc19a0c
|
| 08-Dec-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscSFCreateEmbedded*: call PetscSFDuplicate instead of Create + SetFromOptions
|
| #
2a67d2da
|
| 08-Dec-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscSFSetGraph: call reset only if graph has been already set
|
| #
70616304
|
| 01-Dec-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
minor
|
| #
44ee17ed
|
| 28-Nov-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscSFGetGroups: abort if ranks have not been setup
checking for setupcalled is a too strict requirement
|
| #
a9e32f46
|
| 12-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/petscpartitioner-target-weights' into 'master'
Fix PetscPartitioner and add support for target partition weights
See merge request petsc/petsc!2333
|
| #
140a1472
|
| 27-Nov-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscSFCreateEmbeddedSF: fix for bad merge
|