| #
97c047f8
|
| 25-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-10-18/rm-dirs-from-makefiles' into 'main'
Remove use of and the DIRS variables from the makefiles
See merge request petsc/petsc!6945
|
| #
66af8762
|
| 18-Oct-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove DIRS variable and unneeded tabs from all makefiles since no longer needed
Commit-type: housekeeping
|
| #
dff8f175
|
| 11-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/gamg-square-graph-true' into 'main'
GAMG: switch the default to using square graph
See merge request petsc/petsc!6923
|
| #
d4adc10f
|
| 11-Oct-2023 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
GAMG: switch the default to using square graph
|
| #
6612abce
|
| 23-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
a615d7bc
|
| 23-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-06-19/fix-make-check-install/release' into 'release'
Fix make check when --prefix points to a read-only file system
See merge request petsc/petsc!6616
|
| #
81b9c2c9
|
| 19-Jun-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix make check when --prefix points to a read-only file system
In general make check should not be writing anything in a directory indicated by $PETSC_DIR since that is where PETSc is installed.
Sa
Fix make check when --prefix points to a read-only file system
In general make check should not be writing anything in a directory indicated by $PETSC_DIR since that is where PETSc is installed.
Satish, we should have a make install that then uses chmod u-w newpetscdir ; make check to verify this bug never reappears
Reported-by: Drew Parsons
show more ...
|
| #
e6bb321c
|
| 26-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-17/rm-unneeded-test-from-makefiles' into 'main'
simplify/cleanup makefile system
See merge request petsc/petsc!6201
|
| #
60bb51bd
|
| 18-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove need for seperate lib/petsc/conf/test file by merging with rules file
Commit-type: maintainability
|
| #
986f41ea
|
| 13-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/add-mpiexec-tail' into 'main'
Add --with-mpiexec-tail to add arguments right before user's executable
See merge request petsc/petsc!6167
|
| #
64f7b273
|
| 09-Mar-2023 |
Junchao Zhang <jczhang@anl.gov> |
Config: add --with-mpiexec-tail to add arguments right before user's executable
So that we are albe to do mpiexec <mpiexec_flags> -n <np> <mpiexec_tail> ./ex1
|
| #
297cb52f
|
| 01-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-22/rm-locdir' into 'main'
Remove need for hardwired LOCDIR in all makefiles
See merge request petsc/petsc!6113
|
| #
21e3ffae
|
| 23-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove unneeded declarations of LOCDIR from all the makefiles
Commit-type:documentation
|
| #
c06096d4
|
| 21-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-23/veccupm' into 'main'
Feature: CUPM Vec
See merge request petsc/petsc!5685
|
| #
47354645
|
| 05-Oct-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Be more expressive in where the error is coming from in make check
|
| #
e1b6aacb
|
| 31-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rmills/fix-make-check-extra-fi' into 'main'
Remove extra 'fi' in makefile for "make check"
See merge request petsc/petsc!5570
|
| #
b37f3694
|
| 31-Aug-2022 |
Richard Tran Mills <rmills@rmills.org> |
Remove extra 'fi' in makefile for "make check", and reformat the shell code
|
| #
fa5b160a
|
| 31-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-07-22/fix-mumps-check-uni' into 'main'
cleanup makefiles for "make check"
See merge request petsc/petsc!5467
|
| #
27cb8d94
|
| 22-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
clean up makefiles for make check
Commit-type: error-checking, housekeeping /spend 35m
|
| #
2291f7e7
|
| 14-Jun-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
233b4f45
|
| 14-Jun-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-06-13/fix-faq-url' into 'release'
Fix URL for faq printed to screen on failed testing
See merge request petsc/petsc!5342
|
| #
d30b464c
|
| 13-Jun-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix URL for faq printed to screen on failed testing
Commit-type: error-checking, bug-fix /spend 5m Reported-by: Randall J LeVeque <rjl@uw.edu>
|
| #
6ffe77ea
|
| 12-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-05-03/cleanup-makefiles' into 'main'
remove unneeded stuff from makefiles
See merge request petsc/petsc!5211
|
| #
ac09b921
|
| 05-May-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Get values of makefile SOURCE etc from the file system instead of makefiles
Use SUBMANSEC from include files for manual sections instead of the makefile
Unfortunately this has to be one large commi
Get values of makefile SOURCE etc from the file system instead of makefiles
Use SUBMANSEC from include files for manual sections instead of the makefile
Unfortunately this has to be one large commit since the changes all have to be done at once
Commit-type: docs /spend 10m
show more ...
|
| #
f97672e5
|
| 03-May-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
remove garbage from makefiles
Including * unused FLAGS variables * All: lib that did not work * stray blank lines etc
Commit-type: housekeeping /spend 1h
|