| #
2f3b2168
|
| 08-Oct-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: add code to view Mvctx
|
| #
536a9811
|
| 14-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/jczhang/feature-tune-more-garray-malloc' into 'main'
Mat: more on removing the unneeded +1 in memory allocation for garray
See merge request petsc/petsc!4222
|
| #
ad1b2038
|
| 09-Aug-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: more on removing the unneeded +1 in memory allocation for garray
|
| #
82a6ae78
|
| 28-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-some-missing-chkerr' into 'main'
Some missing CHKERR[Q|MPI]
See merge request petsc/petsc!4190
|
| #
1e1ea65d
|
| 27-Jul-2021 |
Pierre Jolivet <pierre@joliv.et> |
Some missing CHKERR[Q|MPI]
|
| #
75ae01e6
|
| 07-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
a7c14201
|
| 04-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-06-02/rm-unneeded-barrier' into 'release'
Remove unneeded MPI_Barrier call in MatSetUpMultiply_MPISBAIJ()
See merge request petsc/petsc!4061
|
| #
ee0a212f
|
| 02-Jun-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove unneeded MPI_Barrier call in MatSetUpMultiply_MPISBAIJ()
Commit-type: optimization \spend 5m
|
| #
bdea225a
|
| 30-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'
Convert MPI error type to PETSc error with string message for all MPI calls
See merge request petsc/petsc!3326
|
| #
ffc4695b
|
| 08-Oct-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert MPI error type to PETSc error with string message for all MPI calls
Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro
Convert MPI error type to PETSc error with string message for all MPI calls
Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their errors better.
The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces seemingly random failures.
Commit-type: error-checking /spend 30m
show more ...
|
| #
7b917211
|
| 24-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/fix-null' into 'master'
Fix 0 -> NULL for pointers
See merge request petsc/petsc!3086
|
| #
f4259b30
|
| 23-Aug-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
Mat: Replace 0 -> NULL for pointers
|
| #
451f6cb3
|
| 28-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/tune-sbaij-mvctx-setup' into 'master'
Improve MatSetUpMultiply_MPISBAIJ
See merge request petsc/petsc!2746
|
| #
bd096759
|
| 23-Apr-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Revise a comment
|
| #
a11b0bda
|
| 23-Apr-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Use PetscTable to save memory when counting off-diagonal columns
Thanks to: LEDAC Pierre <Pierre.LEDAC@cea.fr>
|
| #
b17e31d2
|
| 17-Apr-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Delete dead code
|
| #
ed0ed7c6
|
| 19-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'
# Conflicts: # lib/petsc/conf/test
|
| #
9a941f3c
|
| 13-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'wence/fix/freeze-petsc-layout' into 'master'
freeze PetscLayout after PetscLayoutSetUp
Closes #356
See merge request petsc/petsc!2028
|
| #
ca5434da
|
| 28-Aug-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
PetscLayout: forbid calling setup twice with different sizes
* PetscLayout objects should be considered immutable, especially because they can be shared. * Make use of PetscLayoutCreateFromSizes().
PetscLayout: forbid calling setup twice with different sizes
* PetscLayout objects should be considered immutable, especially because they can be shared. * Make use of PetscLayoutCreateFromSizes(). * setupcalled is now the single indicator that PetscLayout is ready. * Insure the rest of variables (e.g. map->rstart) are calculated even if n, N and range are set.
show more ...
|
| #
0a6a86df
|
| 17-Aug-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'jolivet/typos' [PR #1970]
* jolivet/typos: Some typos in the range T--Z Pierre Jolivet doesn't know why, but had the splendid idea to type in find . -name "*.c" -exec cat {} ; | aspel
Merge branch 'jolivet/typos' [PR #1970]
* jolivet/typos: Some typos in the range T--Z Pierre Jolivet doesn't know why, but had the splendid idea to type in find . -name "*.c" -exec cat {} ; | aspell list | sort -u
show more ...
|
| #
4c500f23
|
| 15-Aug-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Typos.
|
| #
9a09376b
|
| 24-Mar-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
c5a7d6e0
|
| 20-Mar-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jczhang/fix-vecscattercreate-api'
|
| #
9448b7f1
|
| 18-Mar-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Revert the function name where it is referenced
|
| #
a5a49157
|
| 25-Oct-2018 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|