History log of /petsc/src/sys/objects/pinit.c (Results 351 – 375 of 1307)
Revision Date Author Comments
# 57171095 04-Apr-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

do all -help output in PetscOptionsCheckInitial_Private()


# b0b4b231 18-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 16dbf1e5 18-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-elemental-deadlock' into 'maint'

MATELEMENTAL deadlock when first Mat is on a subcommunicator

See merge request petsc/petsc!2862


# 540e20f2 14-Jun-2020 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Fix a deadlock with MATELEMENTAL


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


# 833b33c1 29-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/feature-add-hpackages-rebased' into 'master'

Fixes to MatProduct + many bug fixes + new hierarchical matrix support

See merge request petsc/petsc!2800


# 6de5d289 09-Apr-2020 Stefano Zampini <stefano.zampini@gmail.com>

PetscInitialize: allow the user to specify the threading level required


# 147094f7 15-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-yaml-string' into 'master'

Added PetscOptionsInsertStringYAML and -options_string_yaml

See merge request petsc/petsc!2791


# 4a971ea4 14-May-2020 Toby Isaac <tisaac@cc.gatech.edu>

Update documentation about options environment variables


# 9c15a9aa 24-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/defined-nocpp' into 'master'

PetscDefined: test whether a configuration macro is defined without #ifdef

See merge request petsc/petsc!157


# cf9c20a2 19-Apr-2020 Jed Brown <jed@jedbrown.org>

PetscUnlikelyDebug: add useful macro for conditionals that should be skipped in optimized mode


# 76bd3646 14-Apr-2020 Jed Brown <jed@jedbrown.org>

PetscDefined: remove many uses of #ifdef PETSC_USE_DEBUG


# a742fcfe 02-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# cbf0d3de 02-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/improve-help-output-unify-separators' into 'maint'

Fix missing separator after -v output.

See merge request petsc/petsc!2671


# c0bb3764 01-Apr-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Fix missing separator after -v output.

Unify length of -help separators.

Reported by @prj-
See https://gitlab.com/petsc/petsc/-/commit/56071f758bf2d91502f170af1b008e223f1bc936#note_314855143


# e793e804 29-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/fix-info-docs' into 'master'

Improve documentation of new -info option and related API.

See merge request petsc/petsc!2652


# fe9b927e 28-Mar-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Improve documentation of new -info option and related API.

* Cast to PetscObject takes place right in PetscInfo* macros.
* PetscInfo_Private() takes PetscObject instead of void*

docs-only changes:

Improve documentation of new -info option and related API.

* Cast to PetscObject takes place right in PetscInfo* macros.
* PetscInfo_Private() takes PetscObject instead of void*

docs-only changes:
* dev.html:
- Focus mainly on -info relevant for normal users.
- API additions in a sublist.
* Unify -info synopsis.
* manpages
- Remove redundant/confusing details.
- Fix levels.
- Main deal of information if in front-facing PetscInfo().

show more ...


# 0724f08a 28-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/improve-help-output' into 'master'

improve -help output

See merge request petsc/petsc!2540


# 56071f75 19-Feb-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Improve -help output.

* remove redundant separators
* separators more clearly separate sections
* improve help for -log_exclude
* separate PetscOptionsGetViewer() help section
* get rid of PetscOpti

Improve -help output.

* remove redundant separators
* separators more clearly separate sections
* improve help for -log_exclude
* separate PetscOptionsGetViewer() help section
* get rid of PetscOptionsCheckInitial_Components()

show more ...


# dbd8dcf0 24-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/change-build-twosided-default' into 'master'

Set the default algorithm of -build_twosided based on comm size

See merge request petsc/petsc!2611


# 33779a13 24-Mar-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Variable/function renaming for easy reading


# 05342407 18-Mar-2020 Junchao Zhang <jczhang@mcs.anl.gov>

set the default algorithm of -build_twosided based on comm size

The Allreduce algorithm performs better than the ibarrier algorithm with small number of ranks.
However, the latter scales better than

set the default algorithm of -build_twosided based on comm size

The Allreduce algorithm performs better than the ibarrier algorithm with small number of ranks.
However, the latter scales better than the former.

See more experimental results at https://gitlab.com/petsc/petsc/-/merge_requests/2611

show more ...


# b0d1f38a 22-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jczhang/feature-sf-pack-direct'

Directly pass root/leafdata to MPI in SF when possible

See merge request petsc/petsc!2506


# 5c428121 21-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/feature-better-petscinfo-controls' into 'master'

Jacobf/feature better petscinfo controls

Closes #420

See merge request petsc/petsc!2216


1...<<11121314151617181920>>...53