| #
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 ...
|
| #
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
|
| #
205bbb3f
|
| 30-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/fix-viewer-file-modes' into 'main'
PetscViewer: Improve handling of file modes.
See merge request petsc/petsc!3760
|
| #
7e4fd573
|
| 23-Mar-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscViewer: Improve handling of file modes.
* add FILE_MODE_UNDEFINED for initial invalid value (internal use only) * distinguish between not yet set and unsupported mode * unify error messages in
PetscViewer: Improve handling of file modes.
* add FILE_MODE_UNDEFINED for initial invalid value (internal use only) * distinguish between not yet set and unsupported mode * unify error messages in PetscViewerFileSetName_XXX * PetscViewerFileSetName_HDF5(): FILE_MODE_UPDATE = FILE_MODE_APPEND * PetscViewerHDF5Open(): improve doc * Deprecate PetscViewerVUSetMode, replace by PetscViewerFileSetMode_VU()
show more ...
|
| #
60f11f4c
|
| 25-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-incorrect-chkerrq' into 'master'
CHKERRQ() -> CHKERRMPI()
See merge request petsc/petsc!3637
|
| #
55b25c41
|
| 19-Feb-2021 |
Pierre Jolivet <pierre@joliv.et> |
CHKERRQ() -> CHKERRMPI()
|
| #
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 ...
|
| #
6eb2ed54
|
| 16-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
6caf69c1
|
| 16-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-12-04/fix-ksp-view-gasm/release' into 'release'
-ksp_view -ksp_type gmres -pc_type gasm fails on one process
See merge request petsc/petsc!3459
|
| #
9530cbd7
|
| 05-Dec-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
-ksp_view -ksp_type gmres -pc_type gasm fails on one process
Fixed by removing special case handling of size 1 that tried to reuse orginal viewer as subviewer which does not work.
Removed unneeded
-ksp_view -ksp_type gmres -pc_type gasm fails on one process
Fixed by removing special case handling of size 1 that tried to reuse orginal viewer as subviewer which does not work.
Removed unneeded computation of rank from another subroutine.
Commit-type: bug-fix Reported-by: Eric Chamberland https://gitlab.com/eric.chamberland
show more ...
|
| #
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
|
| #
ecdf31b6
|
| 21-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/binary-io' into 'master'
Binary-IO: Various fixes and enhancements
See merge request petsc/petsc!2605
|
| #
cc843e7a
|
| 17-Mar-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
Binary-IO: Various fixes and enhancements
* Add missing error checking * Reorganize and remove duplicated code for easier maintenance * Fix STDIO with FILE_MODE_READ to open files only in process ze
Binary-IO: Various fixes and enhancements
* Add missing error checking * Reorganize and remove duplicated code for easier maintenance * Fix STDIO with FILE_MODE_READ to open files only in process zero * Fix MPIIO subviewers to synchronize the file on Get/Restore
show more ...
|
| #
963eeaaa
|
| 30-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/fix-null' into 'master'
Sys: Replace 0 -> NULL for pointers
See merge request petsc/petsc!2482
|
| #
02c9f0b5
|
| 29-Jan-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
Sys: Replace 0 -> NULL for pointers
|
| #
a8158fb5
|
| 14-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'gropp/doc-fixes-1' [PR #1838]
|
| #
57a5760d
|
| 02-Jul-2019 |
William Gropp <wgropp@illinois.edu> |
Merge from doc-fixes branch
|
| #
a2b725a8
|
| 27-Jun-2019 |
William Gropp <wgropp@illinois.edu> |
Fixes for doctext update
|
| #
72f931b3
|
| 26-Jun-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
89583661
|
| 21-Jun-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/add-petscarrayxxx-ops' [PR #1771]
|
| #
da617412
|
| 21-Jun-2019 |
Václav Hapla <vaclav.hapla@erdw.ethz.ch> |
Merged in haplav/filevc-edited-online-with-bitbucket-1560941745609 (pull request #1801)
attempt to improve quality of PetscViewerASCII{PushSynchronized,PopSynchronized,SynchronizedPrintf} documentat
Merged in haplav/filevc-edited-online-with-bitbucket-1560941745609 (pull request #1801)
attempt to improve quality of PetscViewerASCII{PushSynchronized,PopSynchronized,SynchronizedPrintf} documentation
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
show more ...
|
| #
e6abc3dd
|
| 19-Jun-2019 |
Václav Hapla <vaclav.hapla@erdw.ethz.ch> |
attempt to improve quality of PetscViewerASCII{PushSynchronized,PopSynchronized,SynchronizedPrint} documentation
|