| #
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()
|
| #
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
|
| #
1241a243
|
| 13-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-01-05/c99' into 'main'
Feature: C99 and C++11
See merge request petsc/petsc!4700
|
| #
2c71b3e2
|
| 11-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()
|
| #
9ace16cd
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
add PetscAssert() and PetscAssertFalse()
|
| #
2b40f18d
|
| 09-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-06-08/fix-setterrq-chkerrq' into 'main'
Removed CHKERRQ() that come immediately after SETERRQ(), add test to...
See merge request petsc/petsc!4069
|
| #
2758c9b9
|
| 08-Jun-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Removed CHKERRQ() that come immediately after SETERRQ(), add test to checkbadSource() to find such constructs
Commit-type: bug-fix, error-checking \spend 10m Reported-by: Lisandro Dalcin <dalcinl@gm
Removed CHKERRQ() that come immediately after SETERRQ(), add test to checkbadSource() to find such constructs
Commit-type: bug-fix, error-checking \spend 10m Reported-by: Lisandro Dalcin <dalcinl@gmail.com>
show more ...
|
| #
9f90f53a
|
| 04-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/gamg-gpu-setup' into 'master'
MatMat operations with CUSPARSE
See merge request petsc/petsc!3391
|
| #
80fdaca0
|
| 15-Nov-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: viennacl runs are buggy with cuda 11, switch to cusparse
|
| #
8da4f93b
|
| 23-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/gpu-bddc' into 'master'
Improvements towards BDDC on GPUs
See merge request petsc/petsc!2067
|
| #
7ebab0bb
|
| 15-Sep-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: allow factoring and inverting local schur complements on GPUs
Remove MatConvert -> I prefer to error if some matrix type is not supported Few minor improvements to prevent unneeded data tran
PCBDDC: allow factoring and inverting local schur complements on GPUs
Remove MatConvert -> I prefer to error if some matrix type is not supported Few minor improvements to prevent unneeded data transfers Fix old MKL dsygvx query routine
show more ...
|
| #
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
|
| #
8169de83
|
| 11-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefano_zampini/bddc-log-approximate' into 'master'
Add logs to approximate BDDC + tests
See merge request petsc/petsc!2022
|
| #
8ead10e4
|
| 28-Aug-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: added a couple of events for approximate solvers
|
| #
8000f006
|
| 15-Mar-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
4f59c0f7
|
| 13-Mar-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merged in stefano_zampini/feature-pcbddc-enablelor (pull request #1427)
Stefano zampini/feature pcbddc enablelor
|
| #
92cccca0
|
| 15-Feb-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: simplify and improve nullspace correction code
- nullspace propagated only once - correction done in KSP pre/post solve - memory efficient: only dense basis stored
|
| #
c1a3ebd0
|
| 14-Feb-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: Use the correct amat and pmat in local solvers
|
| #
b0f52d29
|
| 28-Jan-2019 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|
| #
940dfb0a
|
| 28-Jan-2019 |
Joseph Pusztay <josephpu@buffalo.edu> |
Merged petsc/petsc into master
|
| #
30faf514
|
| 27-Jan-2019 |
m_diehl <m.diehl@mpie.de> |
Merged petsc/petsc into master
|