History log of /petsc/src/sys/logging/plog.c (Results 226 – 250 of 568)
Revision Date Author Comments
# 9ffd0706 19-Dec-2020 Hong Zhang <hongzhang@anl.gov>

Use GPU event timer instead of CPU timer

- Support CUDA and HIP
- Initialize CUDA event timers along with CUDA
- Update dev changes
- Package-specific includes should not be placed in public include

Use GPU event timer instead of CPU timer

- Support CUDA and HIP
- Initialize CUDA event timers along with CUDA
- Update dev changes
- Package-specific includes should not be placed in public include files.

show more ...


# 16f8cdc7 09-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/2021-03-28/fix-mpiu-allreduce-mpi-failure'

Fix capture of MPI error code in MPIU_Allreduce()

See merge request petsc/petsc!3777


# 820f2d46 03-Apr-2021 Barry Smith <bsmith@mcs.anl.gov>

All MPIU_ functions except MPIU_File return MPI error codes for checking

Update checkbadSource to find use of CHKERRQ with MPIU_ functions

Commit-type: i.e. error-checking, optimization, bug-fix, p

All MPIU_ functions except MPIU_File return MPI error codes for checking

Update checkbadSource to find use of CHKERRQ with MPIU_ functions

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:
Thanks-to:
Development Tools: Vim, Emacs, Eclipse

show more ...


# a743975e 22-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'connorjward/add-flamegraph-tool' into 'main'

Add flamegraph generation tool

See merge request petsc/petsc!3607


# d0a29bd7 03-Feb-2021 Connor Ward <c.ward20@imperial.ac.uk>

Add flamegraph generation option to logging output

This commit also adds a Python script to convert the XML logging output
into the same format.


# 60f11f4c 25-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-incorrect-chkerrq' into 'master'

CHKERRQ() -> CHKERRMPI()

See merge request petsc/petsc!3637


# 55b25c41 19-Feb-2021 Pierre Jolivet <pierre@joliv.et>

CHKERRQ() -> CHKERRMPI()


# bdea225a 30-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'

Convert MPI error type to PETSc error with string message for all MPI calls

See merge request petsc/petsc!3326


# ffc4695b 08-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their
errors better.

The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces
seemingly random failures.

Commit-type: error-checking
/spend 30m

show more ...


# 53dafa95 21-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-07/do-not-log-kspsolve-inside-pcsetup' into 'master'

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

See merge request petsc/petsc!3320


# 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>


# 32f47243 16-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'scott/hip-sys-vec' into 'master'

Implementation of HIP for sys and vec packages

See merge request petsc/petsc!3056


# 59af0bd3 16-Dec-2020 Scott Kruger <scott.e.kruger@gmail.com>

Implementation of HIP for sys and vec packages

This implements the vec functionality including tests.
In the sys level, we handle the initialization issues, but it is tested
at the vec level.

Works

Implementation of HIP for sys and vec packages

This implements the vec functionality including tests.
In the sys level, we handle the initialization issues, but it is tested
at the vec level.

Works with ROCm 3.9.

show more ...


# bfc8fd11 24-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# 54f467a8 23-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/release/pgi-20.9-warnings' into 'release'

Fix warnings in NVIDIA compilers (formerly PGI)

See merge request petsc/petsc!3397


# b458e8f1 05-Nov-2020 Jose E. Roman <jroman@dsic.upv.es>

Fix warnings in NVIDIA compilers (formerly PGI): unreachable statement


# 5780c0b3 14-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# a01aebb5 12-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/sf-explicit-memtype' into 'release'

Pass memtypes from VecScatter to SF

See merge request petsc/petsc!3324


# 928a6601 08-Oct-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Add PetscCreatedGpuObjects and revise a warning msg


# d428a027 27-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/mat-vec-kokkos' into 'master'

Add vec Kokkos and mat Kokkos

See merge request petsc/petsc!3219


# d9c66bfb 21-Sep-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Use PETSC_HAVE_DEVICE when possible


# e4a630a0 16-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-09-01/fix-with-log-zero' into 'master'

Clean up examples so they run correctly without warnings configured using...

See merge request petsc/petsc!3193


# 956f8c0d 01-Sep-2020 Barry Smith <bsmith@mcs.anl.gov>

Clean up examples so they run correctly without warnings configured using --with-log=0 and --with-info=0

Make CI pipeline linux job build with these options

Commit-type: testing-fix, style-fix, mai

Clean up examples so they run correctly without warnings configured using --with-log=0 and --with-info=0

Make CI pipeline linux job build with these options

Commit-type: testing-fix, style-fix, maintainability
/spend 1h

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


# 20c24465 02-Sep-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Implement sfcuda and sfkokkos as runtime options


12345678910>>...23