History log of /petsc/include/petscsys.h (Results 126 – 150 of 1729)
Revision Date Author Comments
# 8e3a54c0 24-Dec-2023 Pierre Jolivet <pierre@joliv.et>

Sys: add PetscSafePointerPlusOffset() to pacify UBSan


# 375d23e4 02-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# b35fdfba 02-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-12-31/minor-website-fixes/release' into 'release'

Minor fixes to website material

See merge request petsc/petsc!7157


# 337bb527 02-Jan-2024 Barry Smith <bsmith@mcs.anl.gov>

Minor fixes to website material


# 054dce49 06-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# c4df6ac4 05-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/freeN_documentation' into 'release'

doc(PetscFreeN): Document order dependency of pointers

See merge request petsc/petsc!7033


# 7e17494f 16-Nov-2023 James Wright <james@jameswright.xyz>

doc(free): Document order dependency of PetscFreeN


# 6cdbbeb7 22-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# bd5ad44f 21-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-11-20/docs-manpage-minor-work/release' into 'release'

Minor work on manual pages (in include directory)

See merge request petsc/petsc!7042


# 95bd0b28 21-Nov-2023 Barry Smith <bsmith@mcs.anl.gov>

Minor work on manual pages (in include directory)


# 9baa5724 03-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-07-30/doc-better-blas-thread-usage' into 'main'

Start of PETSc benchmarking object

See merge request petsc/petsc!6772


# ecceeb7d 02-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 600ea783 02-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2023-11-01/fix-thread-level' into 'release'

Fix a bug in a test related to PETSC_MPI_THREAD_REQUIRED

See merge request petsc/petsc!6990


# 046ed546 02-Nov-2023 Barry Smith <bsmith@mcs.anl.gov>

Add support for managing the number of threads BLAS uses


# 835d5ba2 02-Nov-2023 Junchao Zhang <jczhang@anl.gov>

Sys: error out when provided mpi thread level does not meet needs


# 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


# 9dd11ecf 25-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-17/header-guard-check' into 'main'

Check header guards

See merge request petsc/petsc!6822


# a4963045 18-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Convert all header guards to pragma once


# 9c5460f9 17-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-09/linter-detect-static-function-candidates' into 'main'

Linter detect possible static functions

See merge request petsc/petsc!6796


# 4bf303fa 15-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Extern appriopriate symbols before the great en-static-ing


# 6c37f76f 27-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-log-handler' into 'main'

Deglobalize logging into PetscLogHandler and PetscLogState

See merge request petsc/petsc!6709


# 778ae69a 13-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Sys: Move PetscBT declaration to petscsystypes.h

The PetscBT header included an inline function that calls
PetscViewer functions. I want to use PetscBT in the exposed
logging interface, but can't d

Sys: Move PetscBT declaration to petscsystypes.h

The PetscBT header included an inline function that calls
PetscViewer functions. I want to use PetscBT in the exposed
logging interface, but can't do that with the current header
organization.

To be able to use PetscBT in this way, I move the declaration
of PetscBT into petscsystypes.h (independent of the inline
functions like PetscBTLookup), and I move the PetscBTView
out of the header and into a new file,
src/sys/classes/viewer/utils/btview.c.

In moving PETSC_BITS_PER_BYTE (= CHAR_BIT) into petscsystypes.h
I noticed that limits.h is included in petscsystypes.h so there
is no need to additionally include it in petscsys.h, so I removed
that include.

show more ...


# 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


12345678910>>...70