History log of /petsc/src/sys/objects/pinit.c (Results 76 – 100 of 1307)
Revision Date Author Comments
# fda22ce0 08-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-07-01/fix-petscoptionsgetviewer' into 'main'

The use case of PetscOptionsGetViewer() has evolved to no longer be the get/restore model

See merge request petsc/petsc!7667


# 648c30bc 08-Jul-2024 Barry Smith <bsmith@mcs.anl.gov>

The use case of PetscOptionsGetViewer() has evolved to no longer be the get/restore model

Hence the code needs to be refactored

Introduce PetscCallNull() and PetscCallMPINull() to simplify PETSC_VI

The use case of PetscOptionsGetViewer() has evolved to no longer be the get/restore model

Hence the code needs to be refactored

Introduce PetscCallNull() and PetscCallMPINull() to simplify PETSC_VIEWER_XXXX_() routines

Reported-by: James Wright
Thanks-to: Jeremy L Thompson

show more ...


# 4beb96b7 05-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-06-28/fix-improve-blas-openmp' into 'main'

Fix handling of initialization of number of BLAS threads.

See merge request petsc/petsc!7658


# 97873304 04-Jul-2024 Junchao Zhang <jczhang@anl.gov>

Fix handling of initialization of number of BLAS threads


# 73667fc3 18-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2024-06-14/feature-improve-mpi-pkg-macros' into 'main'

Improve various MPI packages' macro and try to make them consistent with other packages

See merge request petsc/petsc!76

Merge branch 'jczhang/2024-06-14/feature-improve-mpi-pkg-macros' into 'main'

Improve various MPI packages' macro and try to make them consistent with other packages

See merge request petsc/petsc!7633

show more ...


# 100ffedb 14-Jun-2024 Junchao Zhang <jczhang@anl.gov>

Config: get rid of PETSC_HAVE_OMPI_MAJOR_VERSION and include it in petscpkg_version.h


# 74745b31 25-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# cac0fb6e 23-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2024-05-20/fix-PetscDefaultCudaStream' into 'release'

Honor the stream set up by the global device context and use it for PetscDefaultCuda/HipStream and PetscKokkosExecutionSp

Merge branch 'jczhang/2024-05-20/fix-PetscDefaultCudaStream' into 'release'

Honor the stream set up by the global device context and use it for PetscDefaultCuda/HipStream and PetscKokkosExecutionSpacePtr

See merge request petsc/petsc!7568

show more ...


# c9903f8f 21-May-2024 Junchao Zhang <jczhang@anl.gov>

Sys: init PetscKokkosExecutionSpacePtr with the petsc default stream set up by global PetscDeviceContext


# e0cc6928 09-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 00019164 07-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/release/xvfb-signal' into 'release'

Fix -x_virtual to use the appropriate signal

See merge request petsc/petsc!7528


# a5af8288 06-May-2024 Jose E. Roman <jroman@dsic.upv.es>

Fix -x_virtual to use the appropriate signal

Signal 9 (SIGKILL) will make Xvfb show a "Killed" message and leave
uncleaned files in /tmp that prevent usage from other users.
Signal 15 (SIGTERM) will

Fix -x_virtual to use the appropriate signal

Signal 9 (SIGKILL) will make Xvfb show a "Killed" message and leave
uncleaned files in /tmp that prevent usage from other users.
Signal 15 (SIGTERM) will work as expected.

show more ...


# 1ed6e3ff 25-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-13/fix-sowing-strings' into 'main'

Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INT

See merge request petsc/petsc!7480


# cc4c1da9 14-Apr-2024 Barry Smith <bsmith@mcs.anl.gov>

Update source code removing all unneeded /*@C and associated manual stubs and interfaces


# 55cda6f5 25-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 99e79f2f 25-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-24/doc-fixes/release' into 'release'

release docs fixes

See merge request petsc/petsc!7498


# a3b724e8 24-Apr-2024 Barry Smith <bsmith@mcs.anl.gov>

release docs fixes

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:

release docs fixes

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


# 30694c2d 29-Mar-2024 Satish Balay <balay@mcs.anl.gov>

release: set petsc v3.21.0 strings


# 76de251a 21-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-03-15/feature-petscviewerasciiworldsetunit' into 'main'

Add PetscViewerASCIIWORLDSetFileUnit() to allow saving PETSc output in a users Fortran file

See merge request petsc

Merge branch 'barry/2024-03-15/feature-petscviewerasciiworldsetunit' into 'main'

Add PetscViewerASCIIWORLDSetFileUnit() to allow saving PETSc output in a users Fortran file

See merge request petsc/petsc!7374

show more ...


# 57b1f488 15-Mar-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix PetscViewerASCIISetFileUnit() to support PETSc's built in viewers
such as PETSC_VIEWER_STDOUT_WORLD

Add PetscViewerASCIIWORLDSetFileUnit() to allow Fortran to save output in files


# 970231d2 07-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-18' into 'main'

clang-format version 18

See merge request petsc/petsc!6902


# 4d86920d 10-Feb-2024 Pierre Jolivet <pierre@joliv.et>

checkbadSource: rules for PetscFunctionBegin and derivatives


# c7fbd2bd 02-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-01-19/typedef-snes-functions' into 'main'

add typedef for functions passed to SNESSetFunction() etc to match approach in TS

See merge request petsc/petsc!7206


# 8434afd1 02-Feb-2024 Barry Smith <bsmith@mcs.anl.gov>

Change the use of the _Fn suffix to indicate a typedef of a function to just Fn

As determined on a vote on GitLab


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

Merge remote-tracking branch 'origin/release'


12345678910>>...53