| #
d7849d59
|
| 20-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-petsccallmpi' into 'release'
Fix PetscCallMPI(MPI_Allreduce()) with PETSc types
See merge request petsc/petsc!6348
|
| #
712fec58
|
| 19-Apr-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix PetscCallMPI(MPI_Allreduce()) with PETSc types
|
| #
8294290c
|
| 15-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
21db8803
|
| 15-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/ci-disable-for-valgrind' into 'release'
CI: disable tao_constrained_tutorials-ex1_5 for valgnd as it takes 40+min
See merge request petsc/petsc!6072
|
| #
b9e5a4c7
|
| 14-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
CI: disable tao_constrained_tutorials-ex1_5 for valgrind as it takes 40+min, and gets scheduled at the end - so runs like 'make -j 1'
Timing summary (actual test time / total CPU time): tao_constr
CI: disable tao_constrained_tutorials-ex1_5 for valgrind as it takes 40+min, and gets scheduled at the end - so runs like 'make -j 1'
Timing summary (actual test time / total CPU time): tao_constrained_tutorials-ex1_5: 2569.86 sec / 2571.63 sec
show more ...
|
| #
37d05b02
|
| 06-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
b877537e
|
| 05-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Fix Typos
See merge request petsc/petsc!6024
|
| #
da81f932
|
| 05-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix Typos
|
| #
31d78bcd
|
| 02-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'
Feature: Non-discardable PetscErrorCode
See merge request petsc/petsc!5923
|
| #
3ba16761
|
| 10-Dec-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make PetscErrorCode a non-discardable enum
|
| #
f1afd836
|
| 20-Jan-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/pdipm-ex1' into 'main'
update pdipm ex1
See merge request petsc/petsc!5985
|
| #
83f04556
|
| 17-Jan-2023 |
Hong Zhang <hzhang@mcs.anl.gov> |
update pdipm help menu for src/tao/constrained/tutorials/ex1.c; add a mpi test case
|
| #
a44db9c6
|
| 06-Dec-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
613adc5e
|
| 04-Dec-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'denera/tao-almm-line-search-fix' into 'release'
Fixed TAOALMM bug causing subsolver line-search failure
See merge request petsc/petsc!5890
|
| #
9a09327d
|
| 04-Dec-2022 |
Alp Dener <alp.dener@me.com> |
Fixed TAOALMM bug causing subsolver line-search failure
|
| #
061e922f
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'
Feature: Bicycle Storage Facility 2
See merge request petsc/petsc!5661
|
| #
d71ae5a4
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
source code format changes due to .clang-format changes
|
| #
38f67375
|
| 27-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-style-one-liners' into 'main'
Remove braces from one-liners
See merge request petsc/petsc!5557
|
| #
48a46eb9
|
| 27-Aug-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove braces from one-liners
|
| #
58d68138
|
| 23-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-21/clang-format-source' into 'main'
format repository with clang-format
See merge request petsc/petsc!5541
|
| #
9371c9d4
|
| 22-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
clang-format: convert PETSc sources to comply with clang-format
|
| #
5cab5458
|
| 26-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-07-23/add-petscbeginuser' into 'main'
Add PetscFunctionBeginUser to all PETSc C/C++ examples
See merge request petsc/petsc!5470
|
| #
327415f7
|
| 23-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add PetscFunctionBeginUser to all PETSc C/C++ examples
Now the stack frames will contain the main program and the correct line numbers in them
git ls-files | egrep "(tutorials|tests)" | xargs sed -
Add PetscFunctionBeginUser to all PETSc C/C++ examples
Now the stack frames will contain the main program and the correct line numbers in them
git ls-files | egrep "(tutorials|tests)" | xargs sed -i "s?\(PetscCall(PetscInitialize(&argc\)?PetscFunctionBeginUser;\n \1?g"
Commit-type: error-checking, testing-fix /spend 15m
show more ...
|
| #
6a3335a3
|
| 11-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-excl-rank' into 'main'
Replace !rank with rank == 0
See merge request petsc/petsc!5223
|
| #
c5853193
|
| 05-May-2022 |
Pierre Jolivet <pierre@joliv.et> |
Replace !rank with rank == 0
See also https://gitlab.com/petsc/petsc/-/merge_requests/4146
|