| #
7ded7791
|
| 15-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-03-30/turnoff-gpu-timing' into 'main'
Add support for -log_view with GPUs that does not time the kernels on the GPU
See merge request petsc/petsc!5056
|
| #
156b51fb
|
| 30-Mar-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support for -log_view with GPUs that does not time the kernels on the GPU
Adds -log_view_gpu_time
This is useful to get high-level times for the solvers without the overhead of needing synchron
Add support for -log_view with GPUs that does not time the kernels on the GPU
Adds -log_view_gpu_time
This is useful to get high-level times for the solvers without the overhead of needing synchronizations for GPU kernels
This means the times for any asynchronize operations, like most vector and matrix operations in the -log_view will be incorrect.
Have -log_view display fields related to event time displayed appropriately with NaN when runn on the GPUs without synchronization to ensure correct times
Commit-type: timing /spend 55m Reported-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
527ad957
|
| 11-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-04-01/fix-petsc-options-begin-end/release' into 'main'
Remove bogus error returns from Begin/End() macros
See merge request petsc/petsc!5069
|
| #
d0609ced
|
| 02-Apr-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Cleanup of introduction of PetscCall()
* remove bogus error flags from XXXBegin()/End() macros such as PetscOptionsBegin()/End()
* rename for consistency certain XXXBegin()/End() macros such as Mat
Cleanup of introduction of PetscCall()
* remove bogus error flags from XXXBegin()/End() macros such as PetscOptionsBegin()/End()
* rename for consistency certain XXXBegin()/End() macros such as MatPreallocateInitialize()/Finalize()
* fix many lingering ierr = XXX that arose from multiline function calls
* sync slepc/hpddm - to use snapshots with the same changes
Commit-type: error-checking, style-fix /spend 8h
show more ...
|
| #
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()
|
| #
e6abfd98
|
| 28-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-03-26/variadic-chkerrq-stragglers' into 'main'
Clean Up Variadic-CHKERRQ Stragglers
See merge request petsc/petsc!5033
|
| #
b8abcfde
|
| 26-Mar-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
fixup some remaining stragglers from !4889
|
| #
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
|
| #
9f813ebd
|
| 04-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/revise-log-view-msg' into 'main'
Add clear units to log_view output
See merge request petsc/petsc!4892
|
| #
88c1c111
|
| 25-Feb-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Sys: add clear units to log_view output
|
| #
340fe3cd
|
| 17-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
e6594e74
|
| 16-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'connorjward/petsc4py-addlogisactive' into 'main'
petsc4py: Add Log.getActive function
See merge request petsc/petsc!4847
|
| #
4dd65854
|
| 14-Feb-2022 |
Connor Ward <c.ward20@imperial.ac.uk> |
Add PetscLogIsActive
|
| #
b33e3814
|
| 15-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/gpu-warning-update' into 'release'
Logging: reword logging warning about GPU-aware MPI
See merge request petsc/petsc!4848
|
| #
4109b539
|
| 15-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/no-seq-gpu-mpi-warning' into 'release'
Turn off GPU-aware-MPI warning in sequential code
See merge request petsc/petsc!4849
|
| #
01c619d5
|
| 14-Feb-2022 |
Patrick Sanan <patrick.sanan@gmail.com> |
Logging: reword logging warning about GPU-aware MPI
Update the note to make it clear that the performance penalty is only expected for multi-rank runs.
Minor copyedit and formatting.
|
| #
009ab46c
|
| 15-Feb-2022 |
Junchao Zhang <jczhang@anl.gov> |
Sys: turn off GPU-aware-MPI warning in sequential code
|
| #
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()
|
| #
98921bda
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
SETERRQ[1-9]+ begone
|