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


# 34eca32b 03-Feb-2021 Pierre Jolivet <pierre@joliv.et>

PCHPDDM: add PCHPDDMGetSTShareSubPC()


# 96322394 03-Feb-2021 Pierre Jolivet <pierre@joliv.et>

PCASM: properly reset composed functions


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


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

Merge branch 'release'


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

Merge branch 'barry/2020-11-27/fix-asm-sub-mat-type' into 'release'

Fix bug introduced by PCASMSetSubMatType() when MAT_REUSE_MATRIX is used with...

See merge request petsc/petsc!3441


# b58cb649 27-Nov-2020 Barry Smith <bsmith@mcs.anl.gov>

Fix bug introduced by PCASMSetSubMatType() when MAT_REUSE_MATRIX is used with a different type of pmat compared to pmat[i]

Always destroy previously created pmat[i] and use MAT_INITIAL_MATRIX

issue

Fix bug introduced by PCASMSetSubMatType() when MAT_REUSE_MATRIX is used with a different type of pmat compared to pmat[i]

Always destroy previously created pmat[i] and use MAT_INITIAL_MATRIX

issue #788

[0]PETSC ERROR: #1 PetscMemcmp() line 40 in /Users/vtdb72/Documents/work/src/deps/petsc/src/sys/utils/memc.c
[0]PETSC ERROR: #2 MatCreateSubMatrix_SeqAIJ() line 2635 in /Users/vtdb72/Documents/work/src/deps/petsc/src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: #3 MatCreateSubMatrices_SeqAIJ() line 2881 in /Users/vtdb72/Documents/work/src/deps/petsc/src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: #4 MatCreateSubMatrices() line 6857 in /Users/vtdb72/Documents/work/src/deps/petsc/src/mat/interface/matrix.c
...

Commit-type: bug-fix
/spend 45m
Reported-by: Lawrence Mitchell https://gitlab.com/wence

show more ...


# 017c806d 05-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/feature-mataij-create-fromcoo' into 'master'

Fast GPU assembly from COO data

See merge request petsc/petsc!3362


# a00c7f43 05-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-sfcuda-int64-atomics' into 'release'

Fix device atomics with 64-bit indices and prefer long long over int64_t

See merge request petsc/petsc!3388


# f9e47d40 03-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release' into master


# fe3444ab 03-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-kokkos' into 'release'

Some minor fixes to KOKKOS

See merge request petsc/petsc!3373


# 56ea09ce 27-Oct-2020 Stefano Zampini <stefano.zampini@gmail.com>

PCASM: fix for KOKKOS/CUDA


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


# 89c010cf 23-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Fix some %d that should be %D
Fix some source code style

Commit-type: style-fix
/spend 15m


# 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


# 589a23ca 02-Jun-2020 Barry Smith <bsmith@mcs.anl.gov>

Updated the use of sizeof() when possible instead of using hardwired sizes for functions whose string arguments
need sizes. In particular done for PetscOptionsGetString(), PetscOptionsString(), and a

Updated the use of sizeof() when possible instead of using hardwired sizes for functions whose string arguments
need sizes. In particular done for PetscOptionsGetString(), PetscOptionsString(), and a few other utilities

Commit-type: style-fix

Development Tools: Vim, Emacs, Eclipse

show more ...


# 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


12345678910>>...28