History log of /petsc/src/ksp/ksp/tutorials/ex1.c (Results 1 – 25 of 54)
Revision Date Author Comments
# cf20722f 29-Nov-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# 93056893 28-Nov-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-mpi-wrappers' into 'release'

Housekeeping

See merge request petsc/petsc!8035


# 279b6799 23-Nov-2024 Pierre Jolivet <pierre@joliv.et>

ksp_ksp_tutorials-ex1: fix -n 1 case


# a4bb395b 09-Nov-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/lib-name-suffix' into 'main'

configure: add -with-library-name-suffix=<suffix> option

See merge request petsc/petsc!7989


# 859f1752 07-Nov-2024 Francesco Ballarin <francesco.ballarin@unicatt.it>

use LIB_NAME_SUFFIX to determine the name of the dynamic library to be loaded with -library_preload

patch from https://salsa.debian.org/science-team/petsc/-/blob/fecc0768a4860dd3516c454fb3ff3613b61f

use LIB_NAME_SUFFIX to determine the name of the dynamic library to be loaded with -library_preload

patch from https://salsa.debian.org/science-team/petsc/-/blob/fecc0768a4860dd3516c454fb3ff3613b61ff482/debian/patches/soname_extension

show more ...


# 732aec7a 22-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/remove-cast' into 'main'

Use NULL or nullptr instead of casted 0

See merge request petsc/petsc!7857


# c8025a54 21-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Use NULL or nullptr instead of casted 0


# 184b5a2e 26-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-09-15/fix-log-pcmpi' into 'main'

add optimized shared memory PCMPI and add users manual section on comparing STREAMS performance to PETSc application performance

See merge

Merge branch 'barry/2023-09-15/fix-log-pcmpi' into 'main'

add optimized shared memory PCMPI and add users manual section on comparing STREAMS performance to PETSc application performance

See merge request petsc/petsc!6903

show more ...


# 9f0612e4 11-Oct-2023 Barry Smith <bsmith@mcs.anl.gov>

Add shared memory support for PCMPI using both shmget() and MPI_Win_allocate_shared()


# ec42381f 20-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-06-15/deprecate-petsc-current' into 'main'

Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT since PETSC_DEFAULT is a...

See merge request petsc/petsc!7634


# b3480c81 15-Jun-2024 Barry Smith <bsmith@mcs.anl.gov>

Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT for KSPSetTolerances() since PETSC_DEFAULT is a confusing (and wrong) term in current usage.

Add support to KSPSetTolerances() to accept PETSC_D

Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT for KSPSetTolerances() since PETSC_DEFAULT is a confusing (and wrong) term in current usage.

Add support to KSPSetTolerances() to accept PETSC_DETERMINE to reset the value back to the default when the object was created

show more ...


# 6996bd1a 21-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-double' into 'main'

Fix words appearing twice in a row for no good reason

See merge request petsc/petsc!7307


# 15229ffc 21-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Fix words appearing twice in a row for no good reason


# 61d8dfa2 09-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-checkbadSource' into 'main'

Improve checkbadSource

See merge request petsc/petsc!7168


# 53df731d 08-Jan-2024 Pierre Jolivet <pierre@joliv.et>

Fix "Extra spaces in test harness rules" in checkbadSource


# ad4c700a 04-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 4c755a4e 04-Oct-2023 Satish Balay <balay@mcs.anl.gov>

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

Fix typos

See merge request petsc/petsc!6908


# baca6076 04-Oct-2023 Pierre Jolivet <pierre@joliv.et>

Fix typos


# e8e8640d 26-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/rm-first-empty-line' into 'main'

Remove first and last empty lines

See merge request petsc/petsc!6892


# 92bec4ee 26-Sep-2023 Pierre Jolivet <pierre@joliv.et>

Remove first and last empty lines


# 00bc44a4 26-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-06-16/pcmpi-simplify-options-database-api' into 'main'

Change the options database API for PCMPI to eliminate the -mpi_ options...

See merge request petsc/petsc!6611


# 7a99bfca 22-Jun-2023 Barry Smith <bsmith@mcs.anl.gov>

Change the options database API for PCMPI to eliminate the -mpi_ options prefix; thus one can run -mpi_linear_solver_server -ksp_type cg -pc_type gamg to get the parallel version of these preconditio

Change the options database API for PCMPI to eliminate the -mpi_ options prefix; thus one can run -mpi_linear_solver_server -ksp_type cg -pc_type gamg to get the parallel version of these preconditioners.

Commit-type: usability

show more ...


# 874af7e7 13-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-07-10/check-bad-source-picky' into 'main'

no extra blanks in test harness rules

See merge request petsc/petsc!6686


# 8fbce801 10-Jul-2023 Barry Smith <bsmith@mcs.anl.gov>

Remove uneeded blanks in test-harness rules since some reviewers fix them in GitLab


# 086b4a94 17-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-05-08/add-ksp-min-its' into 'main'

Add -ksp_min_it and KSPSetMinimumIterations()

See merge request petsc/petsc!6436


123