| #
7b5fd022
|
| 28-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/housekeeping' into 'main'
Minor housekeeping
See merge request petsc/petsc!8811
|
| #
ab701a13
|
| 27-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
checkbadSource: check style of config/*
|
| #
55053962
|
| 05-Aug-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-adaptor-multiple-loops' into 'main'
Add adaptor with multiple loops
See merge request petsc/petsc!7698
|
| #
8fd06648
|
| 16-Jul-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Testing: query_tests should pass the srcdir
|
| #
51e57fa9
|
| 08-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-07-06/allow-diff-test' into 'main'
All diff- in front of make test seach=* t alias checkbadsource to checkbadSource
See merge request petsc/petsc!7675
|
| #
84533492
|
| 06-Jul-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
All diff- in front of make test seach=* to simplify cut and paste usage
|
| #
61d8dfa2
|
| 09-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-checkbadSource' into 'main'
Improve checkbadSource
See merge request petsc/petsc!7168
|
| #
53df731d
|
| 08-Jan-2024 |
Pierre Jolivet <pierre@joliv.et> |
Fix "Extra spaces in test harness rules" in checkbadSource
|
| #
fa680562
|
| 27-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/python-raw-strings' into 'main'
python: use raw strings where appropriate
See merge request petsc/petsc!6230
|
| #
3be2e2fd
|
| 26-Mar-2023 |
Jose E. Roman <jroman@dsic.upv.es> |
python: use raw strings where appropriate
Reported by @prj- on petsc-maint
|
| #
2e246197
|
| 30-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-10-20/more-coverage' into 'main'
Add coverage to additional packages
See merge request petsc/petsc!5759
|
| #
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
|
| #
168c8686
|
| 27-Oct-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add alternate spellings for the query and queryval operators since shells may interpret the '|' or '!' operators as special characters
|
| #
3c5439e2
|
| 26-Oct-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Extend the number of tests done by the CUDA gcov job
|
| #
d5b43468
|
| 29-Oct-2022 |
Jose E. Roman <jroman@dsic.upv.es> |
A few more codespell fixes
|
| #
66a29a06
|
| 04-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
b626083f
|
| 04-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'scott/test-caseinsensitive-search' into 'release'
Make query searching case insensitive
See merge request petsc/petsc!5189
|
| #
ca84c248
|
| 29-Apr-2022 |
Scott Kruger <scott.e.kruger@gmail.com> |
Make query searching case insensitive
For all queries except for "name" queries (which goes by file and directory name), make the search case insensitive. So now these all give the same answer:
Make query searching case insensitive
For all queries except for "name" queries (which goes by file and directory name), make the search case insensitive. So now these all give the same answer: make -f gmakefile print-test q='requires' qv='*superlu_dist*' make -f gmakefile print-test q='requires' qv='*SuperLU_DIST*' make -f gmakefile print-test q='requires' qv='*HAVE_MPI_PROCESS_SHARED_MEMORY*' make -f gmakefile print-test q='requires' qv='*have_mpi_process_shared_memory*'
Reported by @BarrySmith
show more ...
|
| #
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]
|
| #
af5b3154
|
| 02-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-02-26/make-test-from-anywhere' into 'main'
Make test from anywhere
See merge request petsc/petsc!4900
|
| #
9ea87190
|
| 27-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
make test from anywhere in the source tree, and expand relative paths in searches
|
| #
0f3d26b7
|
| 26-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'scott/test-addnot2searchin' into 'main'
This allows searchin to have take a ! as negation
See merge request petsc/petsc!4500
|
| #
be89fe9e
|
| 25-Oct-2021 |
Scott Kruger <scott.e.kruger@gmail.com> |
This allows searchin to have take a ! as negation
Example: make -f gmakefile print-test s='snes_tutorials-ex19_*' i='*logviewmemory'
gives 1 test that matches.
This gives make -f gmakefile print-t
This allows searchin to have take a ! as negation
Example: make -f gmakefile print-test s='snes_tutorials-ex19_*' i='*logviewmemory'
gives 1 test that matches.
This gives make -f gmakefile print-test s='snes_tutorials-ex19_*' i='\!*logviewmemory'
every example except for that one test
show more ...
|