History log of /petsc/src/sys/objects/init.c (Results 176 – 200 of 798)
Revision Date Author Comments
# 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 ...


# a1bfbe63 12-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-matproduct-logging' into 'master'

fix matproduct logging

See merge request petsc/petsc!2857


# 8d4e85a7 11-Jun-2020 Stefano Zampini <stefano.zampini@gmail.com>

Move logging support out of PetscCUDAInitialize

these options belong to PetscOptionsCheckInitial_Private


# 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


# fe2aebe2 07-May-2020 Stefano Zampini <stefano.zampini@gmail.com>

PetscOptionsCheckInitial_Private: call cudaGetDeviceCount only if needed


# c03c8b82 26-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/init-cuda-lazily' into 'master'

Change the default of -cuda_initialize from yes to no

See merge request petsc/petsc!2744


# 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


# 249d9b8b 23-Apr-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Do MPI GPU awareness check only when there are GPUs


# fb0502cc 23-Apr-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Change the default of -cuda_initialize from yes to no

So that codes not using cuda won't wast time on costly cuda init.


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

PetscDefined: remove many uses of #ifdef PETSC_USE_DEBUG


# 4133f029 17-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# bc752b84 17-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/maint/warnings-nolog' into 'maint'

Fix compile warning --with-log=0

See merge request petsc/petsc!2724


# e5ed2c37 16-Apr-2020 Jose E. Roman <jroman@dsic.upv.es>

Fix compile warning --with-log=0


# 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


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

Merge branch 'jed/cuda-aware-spectrum-mpi' into 'master'

CUDA: adjust check or GPU awareness to work for Spectrum MPI

See merge request petsc/petsc!2650


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


# 223490aa 28-Mar-2020 Jed Brown <jed@jedbrown.org>

CUDA: adjust check or GPU awareness to work for Spectrum MPI

And any other Open MPI that does not support the query interface,
but that is GPU-aware.

Thanks-to: Junchao Zhang <jczhang@mcs.anl.gov>


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


# 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


12345678910>>...32