| #
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 ...
|
| #
a742fcfe
|
| 02-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
cbf0d3de
|
| 02-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/improve-help-output-unify-separators' into 'maint'
Fix missing separator after -v output.
See merge request petsc/petsc!2671
|
| #
c0bb3764
|
| 01-Apr-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Fix missing separator after -v output.
Unify length of -help separators.
Reported by @prj- See https://gitlab.com/petsc/petsc/-/commit/56071f758bf2d91502f170af1b008e223f1bc936#note_314855143
|
| #
b98ee319
|
| 29-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/haplav/petscoptionsbegin-title-obligatory'
|
| #
0724f08a
|
| 28-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/improve-help-output' into 'master'
improve -help output
See merge request petsc/petsc!2540
|
| #
76280437
|
| 28-Mar-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscOptionsBegin: Title argument made obligatory
to avoid (null) headers in -help output.
Additionally * PetscOptionsBegin() inarg validation * fix a few examples which break this * fix TaoMatGetS
PetscOptionsBegin: Title argument made obligatory
to avoid (null) headers in -help output.
Additionally * PetscOptionsBegin() inarg validation * fix a few examples which break this * fix TaoMatGetSubMat() to use PetscObjectOptionsBegin() instead of PetscOptionsBegin() * fix weird position of PetscOptionsEnd() in TAO examples
show more ...
|
| #
56071f75
|
| 19-Feb-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Improve -help output.
* remove redundant separators * separators more clearly separate sections * improve help for -log_exclude * separate PetscOptionsGetViewer() help section * get rid of PetscOpti
Improve -help output.
* remove redundant separators * separators more clearly separate sections * improve help for -log_exclude * separate PetscOptionsGetViewer() help section * get rid of PetscOptionsCheckInitial_Components()
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
|
| #
60a4e99f
|
| 09-Jan-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into 'stefanozampini/sfwin-reuse-win'
# Conflicts: # config/BuildSystem/config/packages/MPI.py
|
| #
8372926a
|
| 06-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
2961c3ac
|
| 06-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-double-chkerrq' into 'maint'
Double CHKERRQ
See merge request petsc/petsc!2427
|
| #
c3b366b1
|
| 06-Jan-2020 |
prj- <pierre.jolivet@enseeiht.fr> |
Double CHKERRQ
|
| #
f06dff58
|
| 21-Dec-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/2019-12-10/fix-petscoptionsrangeint' into 'master'
Fix calling sequences for PetscOptionsBoundInt() and PetscOptionsRangeInt(),...
See merge request petsc/petsc!2376
|
| #
88aa4217
|
| 10-Dec-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix calling sequences for PetscOptionsBoundInt() and PetscOptionsRangeInt(), fix synposis for all PetscOptionsXXX functions
Commit-type: documentation Reported-by: Jacob Faibussowitsch <jfaibussowit
Fix calling sequences for PetscOptionsBoundInt() and PetscOptionsRangeInt(), fix synposis for all PetscOptionsXXX functions
Commit-type: documentation Reported-by: Jacob Faibussowitsch <jfaibussowitsch@anl.gov>
show more ...
|
| #
46b16879
|
| 23-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-upstream-hpddm' into 'master'
Multiple fixes to PCHPDDM + MatMatMult_SeqSBAIJ_SeqDense
See merge request petsc/petsc!2123
|
| #
c5910190
|
| 29-Sep-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Multiple small fixes and improvements for HPDDM
* New function PCHPDDMHasNeumannMat * Bumped HPDDM version (upstream bug with BAIJ coarse matrices) * Updated output files * --download-hpddm without
Multiple small fixes and improvements for HPDDM
* New function PCHPDDMHasNeumannMat * Bumped HPDDM version (upstream bug with BAIJ coarse matrices) * Updated output files * --download-hpddm without --download-slepc
show more ...
|
| #
a8158fb5
|
| 14-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'gropp/doc-fixes-1' [PR #1838]
|
| #
dfb7f63b
|
| 09-Jul-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/feature-boundedint'
|
| #
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
|
| #
5a856986
|
| 21-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Added PetscOptionsBoundInt(), error if value below bound, and PetscOptionsRangeInt(), error if out of range
Replaced a small amount of the usage in the source code. Easy, slightly boring process to
Added PetscOptionsBoundInt(), error if value below bound, and PetscOptionsRangeInt(), error if out of range
Replaced a small amount of the usage in the source code. Easy, slightly boring process to replace the rest
Commit-type: error checking
show more ...
|
| #
f22e0265
|
| 19-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove dead Matlab code, fix typo, fix caste needed for const free
Commit-type: portability-fix Reported-by: Satish Balay <balay@mcs.anl.gov>
|
| #
3361c085
|
| 19-Jun-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'barry/petscoptionsint-help-message-new-value' [PR #1786]
* barry/petscoptionsint-help-message-new-value: The -help message for PetscOptionInt(), PetscOptionsReal() etc now includes the
Merge branch 'barry/petscoptionsint-help-message-new-value' [PR #1786]
* barry/petscoptionsint-help-message-new-value: The -help message for PetscOptionInt(), PetscOptionsReal() etc now includes the newly set value as well as the previous value.
show more ...
|