| #
09b68a49
|
| 04-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
e80aff1c
|
| 03-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-petsc-case' into 'release'
Fix wrong case for PETSc
See merge request petsc/petsc!8266
|
| #
f0b74427
|
| 01-Apr-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix wrong case for PETSc
|
| #
184b5a2e
|
| 26-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-09-15/fix-log-pcmpi' into 'main'
add optimized shared memory PCMPI and add users manual section on comparing STREAMS performance to PETSc application performance
See merge
Merge branch 'barry/2023-09-15/fix-log-pcmpi' into 'main'
add optimized shared memory PCMPI and add users manual section on comparing STREAMS performance to PETSc application performance
See merge request petsc/petsc!6903
show more ...
|
| #
9f0612e4
|
| 11-Oct-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Add shared memory support for PCMPI using both shmget() and MPI_Win_allocate_shared()
|
| #
7d7a1305
|
| 18-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/disable-python2' into 'main'
Balay/disable python2
See merge request petsc/petsc!5131
|
| #
df3bd252
|
| 15-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
disable python2 support - now python3.4+ is required - update CI tests to use python3 - continue to use python2 on MacOS CI [due to python3 issues on 10.15.7]
|
| #
52d3f5ae
|
| 17-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
1b66ffe1
|
| 17-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'scott/test-verbosity-take3' into 'release'
Show failed tests for all test runs.
See merge request petsc/petsc!3995
|
| #
89b25220
|
| 18-May-2021 |
Scott Kruger <scott.e.kruger@gmail.com> |
Show failed tests for all test runs.
Full summary is shown for full runs Showing how to re-run tests is still done.
|
| #
c5d9febf
|
| 07-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
8f858f2b
|
| 06-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/testing-ergonomics/release' into 'release'
Documentation and read-only testing
See merge request petsc/petsc!3885
|
| #
49888638
|
| 30-Jan-2021 |
Jed Brown <jed@jedbrown.org> |
testing: delete trailing whitespace
|
| #
b6b6604c
|
| 28-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
c66ed491
|
| 28-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'scott/test-fixreport' into 'release'
Scott/test fixreport
See merge request petsc/petsc!3589
|
| #
c9625024
|
| 26-Jan-2021 |
Scott Kruger <scott.e.kruger@gmail.com> |
Improvements in test summarizing logic
Moving logic on when to print out the full summary allows more fine-grained control of the report_tests.py logic (always generate a echofailures.sh) and remove
Improvements in test summarizing logic
Moving logic on when to print out the full summary allows more fine-grained control of the report_tests.py logic (always generate a echofailures.sh) and remove bashisms and null dependenciess in gmakefile.test
Thanks to @stefanozampini and @jedbrown for report
show more ...
|
| #
aa5760ea
|
| 18-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'scott/xml-stdoutstderr-fix' into 'master'
Fix inconsistency between errors & failures in xml
See merge request petsc/petsc!2402
|
| #
72bcef7c
|
| 17-Dec-2019 |
Scott Kruger <scott.e.kruger@gmail.com> |
Fix inconsistency between errors & failures in xml
See discussion in merge request petsc/petsc!2398 Commit-type: bug-fix
|
| #
1684762e
|
| 13-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
8f0eb870
|
| 13-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'scott/test-diff-filter' into 'maint'
Move to new filter/filter_output method
See merge request petsc/petsc!2329
|
| #
1725bfbf
|
| 22-Nov-2019 |
Scott Kruger <scott.e.kruger@gmail.com> |
Move to new filter/filter_output method
Change to using filters as arguments to petscdiff. By moving the manipulation of the input and output into petscdiff, this fixes problems in using piped comm
Move to new filter/filter_output method
Change to using filters as arguments to petscdiff. By moving the manipulation of the input and output into petscdiff, this fixes problems in using piped commands (based on original, ancient test system), which is problematic in capturing the right error codes. This also required fixes for some tests: the "filter: Error: ..." is used to test stderr of tests.
This fixes problems with REPLACE=1 as reported by @knepley and debugged by @sbalay.
show more ...
|
| #
fa9d2cbc
|
| 27-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
e774c26d
|
| 27-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'scott/test-stdout-xml' into 'maint'
Write out stdout on failures to testresults.xml
See merge request petsc/petsc!2330
|
| #
ac079439
|
| 25-Nov-2019 |
Scott Kruger <scott.e.kruger@gmail.com> |
Write out stdout on failures to testresults.xml
Also remove stdout from being printed on every test. This makes testresults.xml about 1/10th the size.
|
| #
7000387a
|
| 21-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'scott/test-fail' into 'master'
See merge request petsc/petsc!2296
This MR got merged to master (instead of maint) - so manually merging to maint now
Merge commit '6f5e9bd57b38f022b0f
Merge branch 'scott/test-fail' into 'master'
See merge request petsc/petsc!2296
This MR got merged to master (instead of maint) - so manually merging to maint now
Merge commit '6f5e9bd57b38f022b0f369f1410d1b0511a5a792' into maint
show more ...
|