History log of /petsc/include/petscsys.h (Results 151 – 175 of 1729)
Revision Date Author Comments
# 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 ...


# d7c0c5d4 18-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/remove-unused-api' into 'main'

remove API definition of functions without any implementation code

See merge request petsc/petsc!6728


# f65f9c00 18-Jul-2023 Stefano Zampini <stefano.zampini@gmail.com>

Remove unused some dead API. These had header declerations but no corresponding
definitions in the source tree.


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

Merge branch 'jacobf/2023-07-11/better-deprecated-macro' into 'main'

Feature: Uniform Deprecated Macro

See merge request petsc/petsc!6692


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

Merge branch 'jacobf/2023-07-10/cleanup-unused-options' into 'main'

Cleanup Unused Options

See merge request petsc/petsc!6689


# edd03b47 11-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Apply new macros


# c30dda00 11-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Remove PetscURLShorten()


# 9ee624c4 10-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Remove PetscTextBelt()


# e58ea030 10-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Remove PetscTellMyCell()


# 723b7f29 05-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-06-15/add-fortran-file-viewer' into 'main'

Allow one to attach a PETSCVIEWERASCII to a Fortran file unit

See merge request petsc/petsc!6607


# fbf9dbe5 16-Jun-2023 Barry Smith <bsmith@mcs.anl.gov>

HAVE_FORTRAN should be USE_FORTRAN_BINDINGS since it is about generating the Fortran bindings, not about if the Fortran compiler exists


# b7d29147 02-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/move-xmmintrin-out-of-petscsys.h' into 'main'

petscsys: move xmmintrin.h out of public header

See merge request petsc/petsc!6532


# 6bb0c1aa 02-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-05-26/allow-mpiaij-32bit-large-nz' into 'main'

Allow viewing and loading MATMPIAIJ matrices with a total number of nonzeros greater than PETSC_INT_MAX

See merge request pet

Merge branch 'barry/2023-05-26/allow-mpiaij-32bit-large-nz' into 'main'

Allow viewing and loading MATMPIAIJ matrices with a total number of nonzeros greater than PETSC_INT_MAX

See merge request petsc/petsc!6514

show more ...


# fb56d528 31-May-2023 Jed Brown <jed@jedbrown.org>

petscsys: move xmmintrin.h out of public header

This is only needed in a few source files and most already included more
specialized headers. The *mmintrin.h headers are not standard C and
disrupt s

petscsys: move xmmintrin.h out of public header

This is only needed in a few source files and most already included more
specialized headers. The *mmintrin.h headers are not standard C and
disrupt some tooling (such as libclang-14). It probably also takes some
time and disk traffic to include in every compilation unit.

show more ...


# 38b83642 27-May-2023 Barry Smith <bsmith@mcs.anl.gov>

Allow creating MPIAIJ matrices with a larger number of nonzeros than can fit in a count of a 32 bit integer, so long as each brank has a small enough number


# 0fe358ee 14-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# c8ba991b 14-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-05-09/update-manual-additional-information/release' into 'release'

Update some discussions in the users manual

See merge request petsc/petsc!6442


# 7de69702 10-May-2023 Barry Smith <bsmith@mcs.anl.gov>

Update some discussions in the users manual

Also fix 32bit, 64bit, 32 bit, 64 bit throughout and blas and blas/lapack


# 3ec5d0d2 08-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 4d5ef84c 07-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/release/fix-man-pages' into 'release'

Fix several manual pages

See merge request petsc/petsc!6423


# 7cdbe19f 06-May-2023 Jose E. Roman <jroman@dsic.upv.es>

Manpages: collective info should go after synopsis


# f1c942b3 27-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 795349d6 27-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-04-26/revert-petscdecide-enum-change/release' into 'release'

Make PETSC_DECIDE, PETSC_DETERMINE, and PETSC_DEFAULT preprocessor defines again

See merge request petsc/petsc

Merge branch 'jacobf/2023-04-26/revert-petscdecide-enum-change/release' into 'release'

Make PETSC_DECIDE, PETSC_DETERMINE, and PETSC_DEFAULT preprocessor defines again

See merge request petsc/petsc!6380

show more ...


# 05c2f48c 26-Apr-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Make PETSC_DECIDE, PETSC_DETERMINE, and PETSC_DEFAULT preprocessor defines again, see https://gitlab.com/petsc/petsc/-/issues/1370


# a663c1df 13-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


12345678910>>...70