History log of /petsc/include/petsclog.h (Results 101 – 125 of 739)
Revision Date Author Comments
# 3f46c702 28-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/add-ftn-petscloggpuflops' into 'main'

ftn: add fortran interface to PetscLogGpuFlops()

See merge request petsc/petsc!4771


# 53b96e71 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Code cleanup


# 23c86b1b 27-Jan-2022 Satish Balay <balay@mcs.anl.gov>

ftn: add fortran interface to PetscLogGpuFlops() and move PetscLogFlops() to the same sourcefile

And cleanup petsclog.h as needed by PetscLogGpuFlops() fortran interface


# 9af2302b 28-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# e0197aaa 28-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-petsclog-ftn' into 'release'

ftn: avoid ftn-auto in PETSC_DIR/include/

See merge request petsc/petsc!4770


# f8bfbb56 27-Jan-2022 Satish Balay <balay@mcs.anl.gov>

ftn: avoid ftn-auto in PETSC_DIR/include

PetscLogFlops() already has ftn-custom stub. PetscLogGpuFlops() doesn't require ftn-custom stub?

Reported-by: Stefano Zampini stefano.zampini@gmail.com


# 9b13a172 12-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-mpi-large-count' into 'main'

SF: add MPI large count support

See merge request petsc/petsc!4673


# c87b50c4 11-Jan-2022 Junchao Zhang <jczhang@mcs.anl.gov>

SF: support mpi large count in SFBasic/SFNeighbor


# 79982354 16-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-11-02/attribute-format-sys' into 'main'

Feature: PETSC_ATTRIBUTE_FORMAT - sys

See merge request petsc/petsc!4520


# 3ca90d2d 15-Nov-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

apply PETSC_ATTRIBUTE_FORMAT and related fixes to sys sources


# d5ed94bb 14-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jose/fix-manpages'

Fix manpages to avoid errors reported by doctext

See merge request petsc/petsc!4309


# c3b874c4 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Paramters --> Parameters


# cfd7e7ea 27-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-07-09/add-dmdavecgetarraydofwrite' into 'main'

Add DMDAVecGetArrayDOFWrite() and DMDAVecRestoreArrayDOFWrite()

See merge request petsc/petsc!4161


# 45c4b7c1 09-Jul-2021 Barry Smith <bsmith@mcs.anl.gov>

Log movement of scalars between CPU and GPU seperate from vectors and large arrays

Commit-type: profiling
\spend 15m


# 7d01355a 05-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/add-cuda-event-timer' into 'main'

Add CUDA and HIP event timers

See merge request petsc/petsc!3852


# 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


# df05ca09 28-Mar-2021 Barry Smith <bsmith@mcs.anl.gov>

Fix capture of MPI error code in MPIU_Allreduce()

Otherwise MPI error code could propagate up posing as a PETSc error code

Commit-type: error-checking
/spend 20m


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


# 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


# 00702c57 29-Dec-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATSEQAIJCUSPARSE: add PetscInfo diagnostics for buffer size in MatMat operations


# 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


12345678910>>...30