History log of /petsc/src/ksp/pc/impls/bddc/bddc.c (Results 151 – 175 of 873)
Revision Date Author Comments
# 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 ...


# 7ba6f1c7 22-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 87350b60 18-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-pchpddm-normal-equation' into 'release'

PCHPDDM: fix for KSPLSQR

See merge request petsc/petsc!3623


# 966d8056 16-Feb-2021 Pierre Jolivet <pierre@joliv.et>

Documentation fixes


# 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


# 55c176c0 14-Dec-2020 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: add events for solves


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


# 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


# 99c99c7f 03-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/remove-h-v-options' into 'master'

remove -h -v options and wipe them out from docs

See merge request petsc/petsc!2929


# 81975910 30-Jun-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PCBDDC: remove irrelevant comment


# d314f959 27-Jun-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

remove -h -v options


# d1a08c99 16-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/fix-null' into 'master'

KSP/PC: Fix 0 ->NULL for pointers

See merge request petsc/petsc!2794


# 0a545947 14-May-2020 Lisandro Dalcin <dalcinl@gmail.com>

KSP/PC: Fix 0 ->NULL for pointers


# 60a4e99f 09-Jan-2020 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into 'stefanozampini/sfwin-reuse-win'

# Conflicts:
# config/BuildSystem/config/packages/MPI.py


# 8372926a 06-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 9929d607 06-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-documentation' into 'maint'

Documentation fixes

See merge request petsc/petsc!2429


# be4a8d98 06-Jan-2020 prj- <pierre.jolivet@enseeiht.fr>

Documentation fixes


# 7c0b37d0 29-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/pcbddc-lumped' into 'master'

Jed/pcbddc lumped

See merge request petsc/petsc!1390


# a3b1654a 28-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-improve-hpddm' into 'master'

Bug fixes, code factorization, better coverage

See merge request petsc/petsc!2111


# 71f2caa7 28-Sep-2019 prj- <pierre.jolivet@enseeiht.fr>

Bug fixes, code factorization, better coverage


# bc960bbf 14-Jan-2019 Jed Brown <jed@jedbrown.org>

PCBDDC: add lumped variant, aka M_1

This variant, also known as M_1 in the literature, skips extension of
balanced interface values to the interior by solving a Dirichlet
problem. It gives up a fac

PCBDDC: add lumped variant, aka M_1

This variant, also known as M_1 in the literature, skips extension of
balanced interface values to the interior by solving a Dirichlet
problem. It gives up a factor of H/h in condition number relative to
Dirichlet (standard) BDDC, but may be appropriate for small
subdomains, inexact subdomain solvers, and/or as an ingredient in
composite preconditioners.

Based-on-patch-by: Stefano Zampini <stefano.zampini@gmail.com>

show more ...


# 96a79a1d 26-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jolivet/fix-error-col-row'

Multiple meaningless fixes (but misleading bugs)

See merge request petsc/petsc!2103


12345678910>>...35