| #
a207d08e
|
| 30-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
ed31fb71
|
| 30-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/codespell-typos' into 'release'
A few more codespell fixes
See merge request petsc/petsc!5786
|
| #
d5b43468
|
| 29-Oct-2022 |
Jose E. Roman <jroman@dsic.upv.es> |
A few more codespell fixes
|
| #
ff1b2eb0
|
| 23-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-egrep' into 'main'
Switch from egrep to grep -E
See merge request petsc/petsc!5674
|
| #
f53b81b6
|
| 22-Sep-2022 |
Pierre Jolivet <pierre@joliv.et> |
Switch from egrep to grep -E
|
| #
d24c243c
|
| 11-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-deprecated-fgrep' into 'main'
test harness: fgrep is deprecated since 2007
See merge request petsc/petsc!5609
|
| #
ef0d7cd8
|
| 10-Sep-2022 |
Pierre Jolivet <pierre@joliv.et> |
test harness: fgrep is deprecated since 2007
|
| #
933d2f54
|
| 29-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-05-03/test-harness-cudamemcheck-v2' into 'main'
Even More Robust CUDA-MEMCHECK Test Harness Insertion
See merge request petsc/petsc!5208
|
| #
636bfc99
|
| 03-May-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
insert the cuda-memcheck command right before the executable
|
| #
4446bc09
|
| 25-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'scott/test-change-errtests' into 'main'
Change method for testing errors
See merge request petsc/petsc!4490
|
| #
0e86256e
|
| 22-Oct-2021 |
Scott Kruger <scott.e.kruger@gmail.com> |
Change method for testing errors
Original method used a `2>&1 | cat` construct to redirect both error and stdout to a file *and* give a successful error code from the cat command (last in pipeline).
Change method for testing errors
Original method used a `2>&1 | cat` construct to redirect both error and stdout to a file *and* give a successful error code from the cat command (last in pipeline). This method fails intermittently for not-understood reasons with the new device object tests.
The new method is simpler: redirect both stderr and stdout to a single file without a pipe, and then ignore the error code if doing these types of tests.
show more ...
|
| #
3f5aec96
|
| 28-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/valgrind-keep-debuginfo' into 'main'
valgrind: additional flag --keep-debuginfo=yes
See merge request petsc/petsc!4313
|
| #
1c18ca6e
|
| 28-Sep-2021 |
Pierre Jolivet <pierre@joliv.et> |
valgrind: additional flag --keep-debuginfo=yes. requires valgrind-3.14.0 or higher
|
| #
39279cd0
|
| 27-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'petscmpiexec-sh' into 'main'
sh-compatible petscmpiexec
See merge request petsc/petsc!4349
|
| #
b1aa72b3
|
| 27-Sep-2021 |
Martin Diehl <mail@martin-diehl.net> |
sh-compatible petscmpiexec
include valgrind suppression files into tarball
|
| #
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
|
| #
601ce43e
|
| 24-Aug-2021 |
Scott Kruger <scott.e.kruger@gmail.com> |
Retry if device failure
hip.txcorp.com seems to be having problems accessing the card at times so this adds a retry similar to what we do for cuda issues.
|
| #
c52a6700
|
| 02-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-warnings-nec' into 'main'
Stefanozampini/fix warnings nec
See merge request petsc/petsc!4047
|
| #
581cb8b0
|
| 16-May-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Config/petsc_harness.sh: need to escape % characters
|
| #
b3861127
|
| 02-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release'
|
| #
6815406d
|
| 01-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-03-28/testharness-try-again-update' into 'release'
Print message when retrying test in test harness, sleep 3 seconds before retry
See merge request petsc/petsc!3778
|
| #
28f1f2fb
|
| 28-Mar-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Print message when retrying test in test harness, sleep 3 seconds before retry
Commit-type: testing-fix, CI /spend 20m
Change retrying error message to be TAP compliant
Still log it in case we wan
Print message when retrying test in test harness, sleep 3 seconds before retry
Commit-type: testing-fix, CI /spend 20m
Change retrying error message to be TAP compliant
Still log it in case we want to analyze how often it is done, but we are just doing a stdout of it.
Co-Authored-By: Scott Kruger <scott.e.kruger@gmail.com>
show more ...
|
| #
8019adf0
|
| 09-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'scott/hip-petscsf' into 'master'
Scott/hip petscsf
See merge request petsc/petsc!3503
|
| #
56fc7296
|
| 28-Dec-2020 |
Scott Kruger <scott.e.kruger@gmail.com> |
Fix for when petsc_dir gets an extra slash
|
| #
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
|