| #
9371c9d4
|
| 22-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
clang-format: convert PETSc sources to comply with clang-format
|
| #
3902a4e1
|
| 07-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/bjkokkos-gmres-pure' into 'main'
Optimizing Kokkos batch solvers and Landau
See merge request petsc/petsc!5361
|
| #
bfbbad94
|
| 05-Jul-2022 |
markadams4 <mfadams@lbl.gov> |
Kokkos Landau optizations
|
| #
0a002304
|
| 27-Jun-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/bjkokkos-gmres' into 'main'
Optimizations and refinements to Landau
See merge request petsc/petsc!5114
|
| #
d9008a5d
|
| 23-Jun-2022 |
Mark Adams <mfadams@lbl.gov> |
move shared memory to global when not enough room
|
| #
a31f6053
|
| 12-May-2022 |
Mark Adams <mfadams@lbl.gov> |
prealloc COO buffer in Landau Kokkos
|
| #
dbabbaf5
|
| 11-May-2022 |
Mark Adams <mfadams@lbl.gov> |
added auto vector size to Landau Kokkos, removed COO optimization idea
|
| #
59118022
|
| 26-Apr-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
moved shared level to shared, use direct COO, add info print in Landau Kokkos
|
| #
b24ff14a
|
| 16-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-hotfix' into 'main'
removed debugging code from Kokkos Landau kernel
See merge request petsc/petsc!5118
|
| #
1335eab4
|
| 15-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-04-05/petscattrformat-all-the-rest' into 'main'
Enable PETSC_ATTRIBUTE_FORMAT()
See merge request petsc/petsc!5085
|
| #
63a3b9bc
|
| 06-Apr-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Enable PETSC_ATTRIBUTE_FORMAT()
|
| #
6a0044de
|
| 14-Apr-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
removed debugging code from Kokkos Landau kernel
|
| #
7551f769
|
| 06-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-sppic-omp-bug' into 'main'
Added ts test that integrates Landau with particles
See merge request petsc/petsc!5017
|
| #
984ed092
|
| 01-Apr-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
added PETSC_USE_DMLANDAU_2D to fully support 2 and 3V versions of Landau
|
| #
b33f4bec
|
| 05-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-less-checkfalse' into 'main'
Dividing by four the number of PetscCheckFalse()
See merge request petsc/petsc!5072
|
| #
08401ef6
|
| 04-Apr-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove some PetscCheckFalse()
|
| #
f882803c
|
| 26-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-02-23/variadic-chkerr' into 'main'
Variadic CHKERRQ()
See merge request petsc/petsc!4889
|
| #
9566063d
|
| 25-Mar-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
The great renaming:
- CHKERRQ() -> PetscCall() - CHKERRV() -> PetscCallVoid() - CHKERRMPI() -> PetscCallMPI() - CHKERRABORT() -> PetscCallAbort() - CHKERRCONTINUE() -> PetscCallContinue() - CHKERRXX
The great renaming:
- CHKERRQ() -> PetscCall() - CHKERRV() -> PetscCallVoid() - CHKERRMPI() -> PetscCallMPI() - CHKERRABORT() -> PetscCallAbort() - CHKERRCONTINUE() -> PetscCallContinue() - CHKERRXX() -> PetscCallThrow() - CHKERRCXX() -> PetscCallCXX() - CHKERRCUDA() -> PetscCallCUDA() - CHKERRCUBLAS() -> PetscCallCUBLAS() - CHKERRCUSPARSE() -> PetscCallCUSPARSE() - CHKERRCUSOLVER() -> PetscCallCUSOLVER() - CHKERRCUFFT() -> PetscCallCUFFT() - CHKERRCURAND() -> PetscCallCURAND() - CHKERRHIP() -> PetscCallHIP() - CHKERRHIPBLAS() -> PetscCallHIPBLAS() - CHKERRHIPSOLVER() -> PetscCallHIPSOLVER() - CHKERRQ_CEED() -> PetscCallCEED() - CHKERR_FORTRAN_VOID_FUNCTION() -> PetscCallFortranVoidFunction() - CHKERRMKL() -> PetscCallMKL() - CHKERRMMG() -> PetscCallMMG() - CHKERRMMG_NONSTANDARD() -> PetscCallMMG_NONSTANDARD() - CHKERRCGNS() -> PetscCallCGNS() - CHKERRPTSCOTCH() -> PetscCallPTSCOTCH() - CHKERRSTR() -> PetscCallSTR() - CHKERRTC() -> PetscCallTC()
show more ...
|
| #
28b400f6
|
| 03-Mar-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
pluck ~1000 low hanging PetscCheckFalse() -> PetscCheck() fruit
|
| #
5f80ce2a
|
| 24-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
chkerr and friends wrapped
|
| #
5a0e82b4
|
| 22-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-coo-bug' into 'main'
bug fix for COO assembly inn Landau
See merge request petsc/petsc!4988
|
| #
cada7fc7
|
| 17-Mar-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
bug fix for COO assembly inn Landau
|
| #
07a284a7
|
| 13-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-coo-opt' into 'main'
added optimizations for COO assembly in Landau
See merge request petsc/petsc!4949
|
| #
13241b68
|
| 13-Mar-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
added optimizations for COO assembly in Landau
|
| #
4f2f5806
|
| 09-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-kokkos-coo' into 'main'
Adams/landau kokkos coo
See merge request petsc/petsc!4897
|