History log of /petsc/include/petsclog.h (Results 126 – 150 of 739)
Revision Date Author Comments
# c00cb57f 21-Dec-2020 Barry Smith <bsmith@mcs.anl.gov>

Do not log KSPSolve() and PCApply() from in PCSetUp()

Do not log KSPSetUp() from within KSPSolve()

Commit-type: logging
/spend 90m
Reported-by: Stefano Zampini <stefano.zampini@gmail.com>


# c33c1484 03-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-11-10/fix-cuda-timings' into 'master'

Barry/2020 11 10/fix cuda timings

See merge request petsc/petsc!3410


# 9f25ba38 12-Nov-2020 Barry Smith <bsmith@mcs.anl.gov>

Update to PetscLogGpuTimeBegin() to make clear its purpose and what it logs

Commit-type: documentation, clarification
/spend 5m
Reported-by: Junchao Zhang <junchao.zhang@gmail.com>
Reported-by: Karl

Update to PetscLogGpuTimeBegin() to make clear its purpose and what it logs

Commit-type: documentation, clarification
/spend 5m
Reported-by: Junchao Zhang <junchao.zhang@gmail.com>
Reported-by: Karl Rupp <rupp@iue.tuwien.ac.at>

show more ...


# 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


# 091bc5ac 20-Aug-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Update PETSC_HAVE_DEVICE


# 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


# f0919e66 13-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/manpages-add-gpus' into 'master'

added man pages for GPU log functions

See merge request petsc/petsc!3040


# 68481988 13-Aug-2020 Mark <cal2princeton@yahoo.com>

added man pages for GPU log functions


# 573a2795 22-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 2b3c6bf3 22-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-07-19/bugs-flopcount-view/maint' into 'maint'

Limit chance of integer overflow in calls to PetscLogFlops()

See merge request petsc/petsc!2986


# ca0c957d 19-Jul-2020 Barry Smith <bsmith@mcs.anl.gov>

Limit chance of integer overflow in calls to PetscLogFlops()

Don't view inner KSP when it has not yet been created.

Commit-type: bug-fix
Funded-by: ECP
/spend 20m
Reported-by: Karl Yang <y.juntao@

Limit chance of integer overflow in calls to PetscLogFlops()

Don't view inner KSP when it has not yet been created.

Commit-type: bug-fix
Funded-by: ECP
/spend 20m
Reported-by: Karl Yang <y.juntao@hotmail.com>

show more ...


# 7f1df79e 16-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-cuda-complex' into 'master'

Enable CUDA + Complex

See merge request petsc/petsc!2822


# 8df2f0b1 13-Jun-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Do not declare static vars in header files


# a1bfbe63 12-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-matproduct-logging' into 'master'

fix matproduct logging

See merge request petsc/petsc!2857


# 703ce11f 11-Jun-2020 Stefano Zampini <stefano.zampini@gmail.com>

PetscLogGpuTimeBegin/End: add guard for nested logging

nested calls are not supported with the simple model we are using


# 525b9d82 14-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# bc1b7c8a 14-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-gpu-logging' into 'maint'

Add empty gpu logging macros --with-log=0

See merge request petsc/petsc!2714


# 8157aad8 13-Apr-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Define empty gpu logging macros --with-log=0


# e793e804 29-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/fix-info-docs' into 'master'

Improve documentation of new -info option and related API.

See merge request petsc/petsc!2652


# fe9b927e 28-Mar-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Improve documentation of new -info option and related API.

* Cast to PetscObject takes place right in PetscInfo* macros.
* PetscInfo_Private() takes PetscObject instead of void*

docs-only changes:

Improve documentation of new -info option and related API.

* Cast to PetscObject takes place right in PetscInfo* macros.
* PetscInfo_Private() takes PetscObject instead of void*

docs-only changes:
* dev.html:
- Focus mainly on -info relevant for normal users.
- API additions in a sublist.
* Unify -info synopsis.
* manpages
- Remove redundant/confusing details.
- Fix levels.
- Main deal of information if in front-facing PetscInfo().

show more ...


# 5c428121 21-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/feature-better-petscinfo-controls' into 'master'

Jacobf/feature better petscinfo controls

Closes #420

See merge request petsc/petsc!2216


# e94e781b 25-Oct-2019 Jacob Faibussowitsch <jacob.fai@gmail.com>

Added functionality to selectively filter PetscInfo() output based on calling class to
mimic some OS system logs. New functionality includes:
- Filter for a set of classes
- Filter out a set of class

Added functionality to selectively filter PetscInfo() output based on calling class to
mimic some OS system logs. New functionality includes:
- Filter for a set of classes
- Filter out a set of classes
- Filter for MPI/PETSC_COMM_SELF
- Filter for anything not on MPI/PETSC_COMM_SELF
- Writing PetscInfo() output to new file
- Appending output to existing PetscInfo() file
- Any combination of the above

Credit to Vaclav Hapla for raising the initial issue, helping design the eventual API, and
substantially assisting in debugging.

show more ...


# ccbe3378 26-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/update-suitesparse' into 'master'

Update SuiteSparse to use github releases + fixes to SBAIJ hermitian complex case

See merge request petsc/petsc!2305


# 4db21f4b 19-Nov-2019 Stefano Zampini <stefano.zampini@gmail.com>

PetscLog: add utility routine to log external packages GPU time

still unused


12345678910>>...30