| #
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
|
| #
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
|
| #
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
|
| #
faafb810
|
| 18-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/misc-fixes' into 'main'
petsc4py: revert python3 requirement - as python2 is needed for docs/tarball generation
See merge request petsc/petsc!5620
|
| #
d1874862
|
| 16-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
makefile: fix typo - petsckdir.mk -> petscdir.mk
|
| #
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 ...
|
| #
7bb670c6
|
| 03-May-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add -include */petscdir.mk to makefile that lacked it
for i in `git ls-files | grep makefile | xargs grep -L petscdir.mk`; do echo $i ; str=`echo $i |sed -e 's?[-a-zA-Z0-9]*/?../?g' -e 's?makef
Add -include */petscdir.mk to makefile that lacked it
for i in `git ls-files | grep makefile | xargs grep -L petscdir.mk`; do echo $i ; str=`echo $i |sed -e 's?[-a-zA-Z0-9]*/?../?g' -e 's?makefile?petsckdir.mk?g'` ; cp $i tmp echo "-include $str" > $i cat tmp >> $i done
Commit-type: makefile, housekeeping /spend 15m
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
|
| #
45601b4b
|
| 28-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
99717f7a
|
| 27-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-vecscat-multi-leaves' into 'release'
SF: fix a bug. When duplicating VecScatter, we missed to dup the allow_multi_leaves flag
See merge request petsc/petsc!5175
|
| #
54a24607
|
| 27-Apr-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
SF: fix a bug. When duplicating VecScatter, we missed to dup the allow_multi_leaves flag
Reported-by: "Hammond, Glenn E" <glenn.hammond@pnnl.gov>
|
| #
58870ab4
|
| 18-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-add-micro-benchmarks' into 'main'
Add some GPU microbenchmarks and also support *.hip.cpp tests
See merge request petsc/petsc!4954
|
| #
73e5edc3
|
| 10-Mar-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
PetscSF: add a benchmark to measure MPI latency
|
| #
9b13a172
|
| 12-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-mpi-large-count' into 'main'
SF: add MPI large count support
See merge request petsc/petsc!4673
|
| #
81b34b04
|
| 24-Dec-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
SF: add a large count test
|
| #
6f2b5612
|
| 18-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'ksagiyam/create_sf_with_matching_indices' into 'main'
Ksagiyam/create sf with matching indices
See merge request petsc/petsc!3704
|
| #
c8e949b3
|
| 26-Feb-2021 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
test PetscSFCreateByMatchingIndices
|
| #
aa62b1dc
|
| 10-Nov-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-VecScatterCreateToAll' into 'master'
Fix Fortran VecScatterCreateToAll() stub
See merge request petsc/petsc!3389
|
| #
252985ae
|
| 03-Nov-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Add zvscat.c to makefile
|
| #
9525bf78
|
| 05-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
2aae5c06
|
| 05-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-sf-device2host-sync' into 'maint'
Fix a bug in SF device to host synchronization
See merge request petsc/petsc!2688
|