| #
6ff259d9
|
| 24-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-10-09/make-check-verbose' into 'main'
Support make check V=1
See merge request petsc/petsc!8775
|
| #
a03c4107
|
| 13-Oct-2025 |
Junchao Zhang <jczhang@anl.gov> |
Build: print make check command with V=1
|
| #
5e642da6
|
| 21-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/checkbadSource' into 'main'
checkbadSource: enforce proper style in makefiles
See merge request petsc/petsc!8802
|
| #
3f02e49b
|
| 21-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
checkbadSource: enforce proper style in makefiles
|
| #
79e48321
|
| 30-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
91627273
|
| 30-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-07-23/fix-log-nested-bug' into 'release'
Fix a bug with unsync'ed variables resulting in unmatched MPI_Allreduce
See merge request petsc/petsc!8583
|
| #
cc201d5c
|
| 23-Jul-2025 |
Junchao Zhang <jczhang@anl.gov> |
Log: fix a bug with unsync'ed variables resulting in unmatched MPI_Allreduce
The variable is a timer such that the bug was non-deterministic.
The test code ex2f.F90 is adapted by Christiaan Klaij <
Log: fix a bug with unsync'ed variables resulting in unmatched MPI_Allreduce
The variable is a timer such that the bug was non-deterministic.
The test code ex2f.F90 is adapted by Christiaan Klaij <C.Klaij@marin.nl>
Reported-by: Christiaan Klaij <C.Klaij@marin.nl> Reported-by: Zongze Yang <yangzongze@gmail.com>
show more ...
|
| #
802a5182
|
| 22-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-12-21/rm-unneeded-mansec' into 'main'
Remove MANSEC from makefiles it is not needed in, tutorials and tests
See merge request petsc/petsc!7137
|
| #
39eaa9ea
|
| 22-Dec-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove MANSEC from makefiles it is not needed in, tutorials and tests
|
| #
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
|
| #
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
|
| #
50ed725b
|
| 28-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'main' into 'main'
Reformatted KSP performance benchmark
See merge request petsc/petsc!5758
|
| #
547e51c8
|
| 20-Oct-2022 |
Justin Chang <jychang48@gmail.com> |
Renamed bench_pcsetup to bench_kspsolve
|
| #
c1f49a03
|
| 01-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'suyash/hip' into 'main'
Add HIP support to Mat class in PETSc
See merge request petsc/petsc!5383
|
| #
47d993e7
|
| 01-Oct-2022 |
suyashtn <suyashtn@umich.edu> |
Add HIP support to Mat class in PETSc
Co-authored-by: Justin Chang <jychang48@gmail.com>
Fixed-by: Jacob Faibussowitsch <jacob.fai@gmail.com> Fixed-by: Junchao Zhang <jczhang@mcs.anl.gov> Fixed-by:
Add HIP support to Mat class in PETSc
Co-authored-by: Justin Chang <jychang48@gmail.com>
Fixed-by: Jacob Faibussowitsch <jacob.fai@gmail.com> Fixed-by: Junchao Zhang <jczhang@mcs.anl.gov> Fixed-by: Satish Balay <balay@mcs.anl.gov>
show more ...
|
| #
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
|