| #
90dfcc32
|
| 14-Feb-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Minor additions to various Jacobi-like PC manual pages
|
| #
1241a243
|
| 13-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-01-05/c99' into 'main'
Feature: C99 and C++11
See merge request petsc/petsc!4700
|
| #
2c71b3e2
|
| 11-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()
|
| #
9ace16cd
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
add PetscAssert() and PetscAssertFalse()
|
| #
a8a8b9ed
|
| 09-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/split-tao' into 'main'
TAO: unify options for bounded Newton-Krylov
See merge request petsc/petsc!4581
|
| #
e831869d
|
| 20-Oct-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Minor
|
| #
6762c164
|
| 15-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan-release-patch-82973' into 'main'
Developer docs, style: remove rule about using "if (!rank)" and replace all "!rank" usage with "rank == 0"
See merge request petsc/petsc!4146
|
| #
dd400576
|
| 26-Jul-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Style: replace "!rank" with "rank == 0"
In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds les
Style: replace "!rank" with "rank == 0"
In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds less tightly, so the result of the computation would otherwise change.
show more ...
|
| #
5ce27ff0
|
| 11-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/hypre-gpu' into 'main'
Interface HYPRE GPU solvers
See merge request petsc/petsc!4248
|
| #
b1477410
|
| 21-Jul-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Minor
|
| #
a8cf78f8
|
| 24-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'
Fix typos in source
See merge request petsc/petsc!3984
|
| #
4e278199
|
| 16-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove all double blank lines from source
Commit-type: petsc-style /2h
|
| #
b1050119
|
| 04-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-05-02/fix-pcapplyonblocks-logging' into 'main'
Properly log the PCSetUpOnBlocks time for the Multiproc block Jacobi implementation
See merge request petsc/petsc!3941
|
| #
fd0b8932
|
| 03-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Properly log the PCSetUpOnBlocks time for the Multiproc block Jacobi implementation
Commit-type: bug-fix for logging /spend 20m Reported-by: Xiaoye S. Li <xsli@lbl.gov> Reported-by: Stephen Jardin <
Properly log the PCSetUpOnBlocks time for the Multiproc block Jacobi implementation
Commit-type: bug-fix for logging /spend 20m Reported-by: Xiaoye S. Li <xsli@lbl.gov> Reported-by: Stephen Jardin <jardin@pppl.gov> Reported-by: Jin Chen <jchen@pppl.gov> Reported-by: Nan Ding <nanding@lbl.gov> Reported-by: Yang Liu <liuyangzhuan@lbl.gov>
show more ...
|
| #
16f8cdc7
|
| 09-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/2021-03-28/fix-mpiu-allreduce-mpi-failure'
Fix capture of MPI error code in MPIU_Allreduce()
See merge request petsc/petsc!3777
|
| #
820f2d46
|
| 03-Apr-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
All MPIU_ functions except MPIU_File return MPI error codes for checking
Update checkbadSource to find use of CHKERRQ with MPIU_ functions
Commit-type: i.e. error-checking, optimization, bug-fix, p
All MPIU_ functions except MPIU_File return MPI error codes for checking
Update checkbadSource to find use of CHKERRQ with MPIU_ functions
Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example Funded-by: Project: Time: hours Reported-by: Thanks-to: Development Tools: Vim, Emacs, Eclipse
show more ...
|
| #
49f00114
|
| 22-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/backup-ksp-pc-compare' into 'main'
Lighter -ksp_view for PC[ASM|BJacobi] and SNESNASM w/o ::ascii_info_detail
Closes #838
See merge request petsc/petsc!3716
|
| #
020d6619
|
| 14-Mar-2021 |
Pierre Jolivet <pierre@joliv.et> |
PCView_BJacobi(): rm same_local_solves/use PVF
Only solver information from rank 0 are now displayed, even when calling PCBJacobiGetSubKSP(). To display solver information from all ranks, use PETSC_
PCView_BJacobi(): rm same_local_solves/use PVF
Only solver information from rank 0 are now displayed, even when calling PCBJacobiGetSubKSP(). To display solver information from all ranks, use PETSC_VIEWER_ASCII_INFO_DETAIL, e.g., -ksp_view ::ascii_info_detail
show more ...
|
| #
d9495b89
|
| 22-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-propagate-bjacobi-single-proc' into 'main'
Fix SubKSP prefix not being propagated to SubMat in PCBJacobi
See merge request petsc/petsc!3736
|
| #
ea41da7a
|
| 19-Mar-2021 |
Pierre Jolivet <pierre@joliv.et> |
PCBJacobi: same Single and Multiblock behavior
|
| #
7687e1ec
|
| 22-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-propagate-share' into 'master'
Propagate prefix name in PC[ASM|BJACOBI|GASM] and share factorizations in PCHPDDM
See merge request petsc/petsc!3608
|
| #
83f9b43b
|
| 02-Feb-2021 |
Pierre Jolivet <pierre@joliv.et> |
PC[ASM|BJACOBI|GASM]: propagate prefix from parent
|
| #
536f90c4
|
| 08-Jan-2021 |
Pierre Jolivet <pierre@joliv.et> |
General fixes
|
| #
bdea225a
|
| 30-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'
Convert MPI error type to PETSc error with string message for all MPI calls
See merge request petsc/petsc!3326
|
| #
ffc4695b
|
| 08-Oct-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert MPI error type to PETSc error with string message for all MPI calls
Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro
Convert MPI error type to PETSc error with string message for all MPI calls
Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their errors better.
The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces seemingly random failures.
Commit-type: error-checking /spend 30m
show more ...
|