| #
2a2a2941
|
| 09-Sep-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix -debugger_nodes x,y,z so that ranks that are not in the debugger sleep before calling MPI_Abort so they do not bring down the user's debug session.
Commit-type: bug-fix, feature /spend 1.5h Repo
Fix -debugger_nodes x,y,z so that ranks that are not in the debugger sleep before calling MPI_Abort so they do not bring down the user's debug session.
Commit-type: bug-fix, feature /spend 1.5h Reported-by: Ed Bueler <elbueler@alaska.edu>
show more ...
|
| #
6a37434b
|
| 13-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-malloc-tracing' into 'master'
Knepley/feature malloc tracing
See merge request petsc/petsc!3163
|
| #
608c71bf
|
| 10-Sep-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Sys: Allow tracing malloc - I used this to track down allocation in a section of the code - Now malloc logging can use requested size instead of allocated size
|
| #
ba04892c
|
| 13-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'manasitiwari/add-pipecg2' into 'master'
Manasitiwari/add pipecg2
See merge request petsc/petsc!3099
|
| #
0f50b998
|
| 10-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' into master
|
| #
589b824a
|
| 09-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/sf-kokkos' into 'master'
Feature: Add a Kokkos backend for PetscSF
See merge request petsc/petsc!3076
|
| #
20c24465
|
| 02-Sep-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Implement sfcuda and sfkokkos as runtime options
|
| #
091bc5ac
|
| 20-Aug-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Update PETSC_HAVE_DEVICE
|
| #
fac60ca8
|
| 08-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/7-2020/feature/timsort' into 'master'
Feature: PetscTimSort[WithArray]
See merge request petsc/petsc!3019
|
| #
ced98f48
|
| 08-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/patch-3' into 'maint'
Removed petscbitmemcpy
See merge request petsc/petsc!3156
|
| #
e0dc13d7
|
| 08-Sep-2020 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
removed petscbitmemcpy
|
| #
676f2a66
|
| 27-Jul-2020 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
PetscTimSort[WithArray]() implements Tim Peters hybrid sort algorithm (https://bugs.python.org/file4451/timsort.txt) which takes advantage of already ordered consecutive elements in data to sort "rea
PetscTimSort[WithArray]() implements Tim Peters hybrid sort algorithm (https://bugs.python.org/file4451/timsort.txt) which takes advantage of already ordered consecutive elements in data to sort "real world data" faster.
show more ...
|
| #
c01492a8
|
| 03-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-cupminit-manpage' into 'master'
Add manpages for PetscCUDAInitialize/PetscHIPInitialize
See merge request petsc/petsc!3115
|
| #
3c7e804f
|
| 29-Aug-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Add manpages for PetscCUDAInitialize/PetscHIPInitialize
|
| #
c8b9133a
|
| 31-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
add PetscPragmaSIMD() to sys and MPI_Iallreduce() to MPIUNI - in support of KSPPIPECG2
|
| #
16924cb1
|
| 26-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'
Turn on checkbadSource test to generate an error when found; fix all source code that causes errors
See merge request petsc/petsc
Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'
Turn on checkbadSource test to generate an error when found; fix all source code that causes errors
See merge request petsc/petsc!3064
show more ...
|
| #
2da392cc
|
| 17-Aug-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Turn on checkbadSource test to generate an error when found; fix all source code that causes errors
Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability /spend 1.5h
|
| #
fd2eec0d
|
| 23-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/add-kokkos-init' into 'master'
Add Kokkos initialization
See merge request petsc/petsc!3048
|
| #
05035670
|
| 19-Aug-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Add support of CUDA/HIP initialization at the same time
|
| #
721b214e
|
| 02-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-delay-cuda-init' into 'master'
Do not init cuda if a code does not create any petsc cuda objects
See merge request petsc/petsc!2987
|
| #
cae85d06
|
| 21-Jul-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Do lazy petsc cuda initialization and validation
So that we can avoid overburdening the GPU in CI. See more at https://gitlab.com/petsc/petsc/-/issues/360#note_373723821
|
| #
c8cf22ab
|
| 06-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-max-path-len-fortran' into 'master'
Determine PETSC_MAX_PATH_LEN at configure time
See merge request petsc/petsc!2957
|
| #
120825e9
|
| 06-Jul-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
BuildSystem: add checkMaxPathLen
|
| #
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
|
| #
18703db9
|
| 23-Apr-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Print memory size in failure of PetscMemzero
Usually it is caused by out-of-memory in PetscCalloc. With this info, users can know how much memory is needed.
|