| #
6c569305
|
| 13-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2026-02-05/improve-mpi-gpu-aware' into 'main'
Improve MPI GPU-aware configure and check
See merge request petsc/petsc!9005
|
| #
659af632
|
| 13-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Fix leading spaces in benchmarks/streams
|
| #
abdd934a
|
| 23-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2024-06-26/revise-mpi-openmp-stream' into 'main'
Revise MPI and OpenMP stream benchmarks
See merge request petsc/petsc!7651
|
| #
67595998
|
| 21-Oct-2025 |
Junchao Zhang <jczhang@anl.gov> |
clangformat: apply to src/src/benchmarks
|
| #
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()
|
| #
e8e8640d
|
| 26-Sep-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/rm-first-empty-line' into 'main'
Remove first and last empty lines
See merge request petsc/petsc!6892
|
| #
92bec4ee
|
| 26-Sep-2023 |
Pierre Jolivet <pierre@joliv.et> |
Remove first and last empty lines
|
| #
766cdfe2
|
| 02-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-28/fix-petscfunctionreturn-nonzero' into 'main'
Remove incorrect use of PetscFunctionReturn(nonzero integer value). Add this...
See merge request petsc/petsc!5564
|
| #
11cc89d2
|
| 29-Aug-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove incorrect use of PetscFunctionReturn(nonzero integer value). Add this rule to the developers guide
Commit-type: house-keeping /spend 1h Reported-by: Pierre Jolivet
|
| #
a8cf78f8
|
| 24-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'
Fix typos in source
See merge request petsc/petsc!3984
|
| #
4e278199
|
| 16-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove all double blank lines from source
Commit-type: petsc-style /2h
|
| #
0ba6fdb9
|
| 07-Aug-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'barry/2019-09-01/feature-streams-openmp' [PR #1939]
* barry/2019-09-01/feature-streams-openmp: Improve streams benchmark usage, now both MPI and OpenMP produce similar output and both
Merge branch 'barry/2019-09-01/feature-streams-openmp' [PR #1939]
* barry/2019-09-01/feature-streams-openmp: Improve streams benchmark usage, now both MPI and OpenMP produce similar output and both can use process.py
show more ...
|
| #
4198fb66
|
| 02-Aug-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Improve streams benchmark usage, now both MPI and OpenMP produce similar output and both can use process.py
Added make rules openmpstreams, openmpstreams and changed streams and stream to mpistreams
Improve streams benchmark usage, now both MPI and OpenMP produce similar output and both can use process.py
Added make rules openmpstreams, openmpstreams and changed streams and stream to mpistreams and mpistream
Commit-type: feature, benchmarking
show more ...
|
| #
e366c154
|
| 15-Nov-2017 |
Jed Brown <jed@jedbrown.org> |
Merge commit 'd47bf9aaf1e5266cc3f0ff499f934c85788965a9' into jed/fix-matcreatempibaij/maint
Obtain changed (v3.5) handling of MatMPIBAIJSetPreallocationCSR to match documentation.
|
| #
4042b796
|
| 17-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' into jed/ts-eimex
Sync to include Git conversion, PETSC_EXTERN, and minor API changes.
Conflicts: src/ts/interface/tsregall.c
|
| #
6f2b61bc
|
| 26-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Added uncrustify-script for src/. Uncrustified src/benchmarks.
Hg-commit: ae6cbb60850c98732ed9a7293e04d30948a9f830
|
| #
c5a46771
|
| 22-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aftr merge
Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850
|
| #
1147fc2a
|
| 21-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Reformatting: 'No space after a '(' or before a ')''
Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356
|
| #
ea10fe75
|
| 20-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
if, for, while, switch now have consistently a space prior to the opening parenthesis.
Hg-commit: cf69a5905ee4efb938b2bdd2762f87854175a6c5
|
| #
519f805a
|
| 20-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.
Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305
|
| #
a49bcb01
|
| 16-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 2d79dc481398816c8ada9ecbe169490cd1478c52
|
| #
073bd88a
|
| 16-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Removed \t in src/benchmarks/ and src/contrib/. Makefiles left untouched.
Hg-commit: 3995c88e59f8f05f673df8c3360587b725e92540
|
| #
b769355b
|
| 31-Dec-2012 |
Jed Brown <jed@59A2.org> |
merge PetscSF implementation
Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294
|
| #
5a4671ae
|
| 30-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed trailing spaces from all files
Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
|