History log of /petsc/src/ksp/pc/impls/gasm/gasm.c (Results 126 – 150 of 504)
Revision Date Author Comments
# 82a6ae78 28-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-some-missing-chkerr' into 'main'

Some missing CHKERR[Q|MPI]

See merge request petsc/petsc!4190


# 1e1ea65d 27-Jul-2021 Pierre Jolivet <pierre@joliv.et>

Some missing CHKERR[Q|MPI]


# 67f24b97 08-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/update-checkbadsource' into 'main'

Update badsource rules

See merge request petsc/petsc!4064


# 70a7d78a 04-Jun-2021 Stefano Zampini <stefano.zampini@gmail.com>

Update badsource rules

- Zero or more spaces are not allowed for more returning types
- zero spaces not allowed for for|if|while


# a8cf78f8 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'

Fix typos in source

See merge request petsc/petsc!3984


# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


# fdce6efa 19-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 851c86b6 19-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-opensuse' into 'release'

Fix portability issues with OpenSUSE

See merge request petsc/petsc!3886


# 96dd8680 17-Apr-2021 Pierre Jolivet <pierre@joliv.et>

Fix portability issues with OpenSUSE


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


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


# 7687e1ec 22-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-propagate-share' into 'master'

Propagate prefix name in PC[ASM|BJACOBI|GASM] and share factorizations in PCHPDDM

See merge request petsc/petsc!3608


# 83f9b43b 02-Feb-2021 Pierre Jolivet <pierre@joliv.et>

PC[ASM|BJACOBI|GASM]: propagate prefix from parent


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


# 6eb2ed54 16-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 6caf69c1 16-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-12-04/fix-ksp-view-gasm/release' into 'release'

-ksp_view -ksp_type gmres -pc_type gasm fails on one process

See merge request petsc/petsc!3459


# 9530cbd7 05-Dec-2020 Barry Smith <bsmith@mcs.anl.gov>

-ksp_view -ksp_type gmres -pc_type gasm fails on one process

Fixed by removing special case handling of size 1 that tried to reuse orginal viewer as subviewer
which does not work.

Removed unneeded

-ksp_view -ksp_type gmres -pc_type gasm fails on one process

Fixed by removing special case handling of size 1 that tried to reuse orginal viewer as subviewer
which does not work.

Removed unneeded computation of rank from another subroutine.

Commit-type: bug-fix
Reported-by: Eric Chamberland https://gitlab.com/eric.chamberland

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


# ebdecf78 29-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-pcmatapply-asm' into 'master'

PCASM, PCSPAI, and PCGASM: add PCMatApply()

See merge request petsc/petsc!2959


# 48e38a8a 06-Jul-2020 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

PCASM + PCGASM + PCSPAI: add PCMatApply()


# 7a32ffbe 14-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/2020-05-30/trivial-sizeof-fixes'

Updated the use of sizeof() when possible instead of using hardwired sizes for...

See merge request petsc/petsc!2827


12345678910>>...21