| #
c8cce333
|
| 28-Nov-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-11-13/add-debugger-apple-terminal' into 'master'
Add support for -debug_terminal Terminal to use Apple's Terminal App
See merge request petsc/petsc!3416
|
| #
1f690a00
|
| 26-Nov-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Additional material in PetscAttachDebugger() manual page
Add link to https://github.com/Azrael3000/tmpi allowing debugging with OpenMPI
Commit-type: documentation /spend 10m Reported-by: Sajid Ali
Additional material in PetscAttachDebugger() manual page
Add link to https://github.com/Azrael3000/tmpi allowing debugging with OpenMPI
Commit-type: documentation /spend 10m Reported-by: Sajid Ali <sajidsyed2021@u.northwestern.edu>
show more ...
|
| #
a995a477
|
| 26-Nov-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
PetscAttachDebugger() should return error code of PETSC_ERR_SYS, not 1 when a system called failed
Commit-type: error-checking /spend 3m
|
| #
c823fc1f
|
| 13-Nov-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support for -debug_terminal Terminal to use Apple's Terminal App
Make Terminal the default device to display the debugger on Apple One can still use xterm with -debug_terminal xterm
This all
Add support for -debug_terminal Terminal to use Apple's Terminal App
Make Terminal the default device to display the debugger on Apple One can still use xterm with -debug_terminal xterm
This allows the use of cut-and-paste which is painful with Apple's xterm
Commit-type: feature, debugging /spend 90m Reported-by: Hapla Vaclav <vaclav.hapla@erdw.ethz.ch>
show more ...
|
| #
3685966c
|
| 12-Nov-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' into master
|
| #
9f83388c
|
| 11-Nov-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-petscwaitonerror-on-xl/release' into 'release'
xl: rename petscwaitonerror to petscwaitonerrorflg to avoid name conflict with...
See merge request petsc/petsc!3409
|
| #
baae8e41
|
| 11-Nov-2020 |
Satish Balay <balay@mcs.anl.gov> |
xl: rename petscwaitonerror to petscwaitonerrorflg to avoid name conflict with PetscWaitOnError() fortran interface
Reported-by: "Dobrev, Veselin A." <dobrev1@llnl.gov>
|
| #
6dad92bb
|
| 27-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-09-26/error-mans' into 'master'
Improve manual pages for PetscError() and the various error handlers including...
See merge request petsc/petsc!3249
|
| #
45b666d6
|
| 27-Sep-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Improve manual pages for PetscError() and the various error handlers including providing cross links in the manual pages
Commit-type: documentation /spend 45m
|
| #
d6c9e3d1
|
| 14-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/09-08-2020/fix-debug-mpiabort-on-other-ranks' into 'master'
Barry/09 08 2020/fix debug mpiabort on other ranks
See merge request petsc/petsc!3179
|
| #
bf4d2887
|
| 11-Sep-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Deprecate -debugger_nodes and replace with -debugger_ranks
PETSCABORT calls abort if run under -start_in_debugger, rather than MPI_Abort, this allows debugging the crashed program
\spend 1h
Commit
Deprecate -debugger_nodes and replace with -debugger_ranks
PETSCABORT calls abort if run under -start_in_debugger, rather than MPI_Abort, this allows debugging the crashed program
\spend 1h
Commit-type: bug-fix, usability /spend 5m
show more ...
|
| #
2a2a2941
|
| 09-Sep-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix -debugger_nodes x,y,z so that ranks that are not in the debugger sleep before calling MPI_Abort so they do not bring down the user's debug session.
Commit-type: bug-fix, feature /spend 1.5h Repo
Fix -debugger_nodes x,y,z so that ranks that are not in the debugger sleep before calling MPI_Abort so they do not bring down the user's debug session.
Commit-type: bug-fix, feature /spend 1.5h Reported-by: Ed Bueler <elbueler@alaska.edu>
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
|
| #
babdfabc
|
| 18-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
4566f096
|
| 18-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-05-29/fix-start-in-debugger-macos' into 'maint'
Barry/2020 05 29/fix start in debugger macos
See merge request petsc/petsc!2861
|
| #
234acd79
|
| 30-May-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
PetscAttachDebugger() began to hang after starting lldb on MacOS in May 2020 Not flipping the child and parent seems to have resolved the problem. Has not been tested with older versions of Xcode or
PetscAttachDebugger() began to hang after starting lldb on MacOS in May 2020 Not flipping the child and parent seems to have resolved the problem. Has not been tested with older versions of Xcode or MacOS
Commit-type: portability-fix Reported-by: Hong Zhang <hongzhang@anl.gov>
show more ...
|
| #
7a32ffbe
|
| 14-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/2020-05-30/trivial-sizeof-fixes'
Updated the use of sizeof() when possible instead of using hardwired sizes for...
See merge request petsc/petsc!2827
|
| #
589a23ca
|
| 02-Jun-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Updated the use of sizeof() when possible instead of using hardwired sizes for functions whose string arguments need sizes. In particular done for PetscOptionsGetString(), PetscOptionsString(), and a
Updated the use of sizeof() when possible instead of using hardwired sizes for functions whose string arguments need sizes. In particular done for PetscOptionsGetString(), PetscOptionsString(), and a few other utilities
Commit-type: style-fix
Development Tools: Vim, Emacs, Eclipse
show more ...
|
| #
6b541e4b
|
| 15-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
77764a62
|
| 15-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-mingw-toolchain' into 'maint'
Fix MinGW toolchain errors
See merge request petsc/petsc!2521
|
| #
ed50d614
|
| 15-Feb-2020 |
prj- <pierre.jolivet@enseeiht.fr> |
Fix MinGW toolchain errors
|
| #
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
|
| #
3e3eecc4
|
| 13-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rmills/add-cuda-gdb-support' into 'master'
Added support for cuda-gdb.
See merge request petsc/petsc!2358
|