History log of /petsc/src/sys/objects/init.c (Results 151 – 175 of 798)
Revision Date Author Comments
# d6c9e3d1 14-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/09-08-2020/fix-debug-mpiabort-on-other-ranks' into 'master'

Barry/09 08 2020/fix debug mpiabort on other ranks

See merge request petsc/petsc!3179


# bf4d2887 11-Sep-2020 Barry Smith <bsmith@mcs.anl.gov>

Deprecate -debugger_nodes and replace with -debugger_ranks

PETSCABORT calls abort if run under -start_in_debugger, rather than MPI_Abort, this allows debugging the crashed program

\spend 1h

Commit

Deprecate -debugger_nodes and replace with -debugger_ranks

PETSCABORT calls abort if run under -start_in_debugger, rather than MPI_Abort, this allows debugging the crashed program

\spend 1h

Commit-type: bug-fix, usability
/spend 5m

show more ...


# 2a2a2941 09-Sep-2020 Barry Smith <bsmith@mcs.anl.gov>

Fix -debugger_nodes x,y,z so that ranks that are not in the debugger sleep before calling MPI_Abort so they do
not bring down the user's debug session.

Commit-type: bug-fix, feature
/spend 1.5h
Repo

Fix -debugger_nodes x,y,z so that ranks that are not in the debugger sleep before calling MPI_Abort so they do
not bring down the user's debug session.

Commit-type: bug-fix, feature
/spend 1.5h
Reported-by: Ed Bueler <elbueler@alaska.edu>

show more ...


# 6a37434b 13-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-malloc-tracing' into 'master'

Knepley/feature malloc tracing

See merge request petsc/petsc!3163


# 608c71bf 10-Sep-2020 Matthew G. Knepley <knepley@gmail.com>

Sys: Allow tracing malloc
- I used this to track down allocation in a section of the code
- Now malloc logging can use requested size instead of allocated size


# c01492a8 03-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-cupminit-manpage' into 'master'

Add manpages for PetscCUDAInitialize/PetscHIPInitialize

See merge request petsc/petsc!3115


# 4dcd27cb 01-Sep-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Change -cuda_set_device to -cuda_device. Also for HIP.


# fd2eec0d 23-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/add-kokkos-init' into 'master'

Add Kokkos initialization

See merge request petsc/petsc!3048


# c2b86a48 19-Aug-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Add Kokkos initialization


# 05035670 19-Aug-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Add support of CUDA/HIP initialization at the same time


# 721b214e 02-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-delay-cuda-init' into 'master'

Do not init cuda if a code does not create any petsc cuda objects

See merge request petsc/petsc!2987


# cae85d06 21-Jul-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Do lazy petsc cuda initialization and validation

So that we can avoid overburdening the GPU in CI.
See more at https://gitlab.com/petsc/petsc/-/issues/360#note_373723821


# 99c99c7f 03-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/remove-h-v-options' into 'master'

remove -h -v options and wipe them out from docs

See merge request petsc/petsc!2929


# d314f959 27-Jun-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

remove -h -v options


# 08a3f2ed 26-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/improve-options-monitor' into 'master'

improve options monitor

See merge request petsc/petsc!2912


# c5b5d8d5 08-Apr-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

-options_monitor and -options_monitor_cancel have immediate effect.

* No need to call for PetscOptionsSetFromOptions
* PetscOptionsMonitorDefault now uses plain PetscPrintf if NULL context (viewer)

-options_monitor and -options_monitor_cancel have immediate effect.

* No need to call for PetscOptionsSetFromOptions
* PetscOptionsMonitorDefault now uses plain PetscPrintf if NULL context (viewer) is passed
* so we can avoid creating a viewer early in PetscInitialize
* -options_monitor_cancel cancels just hard-wired monitors
* Remove PetscOptionsSetFromOptions
* Remove PetscOptionsMonitorCancel
* Introduce concept of options with absolute precedence
* -options_monitor,-options_monitor_cancel,-h,-help,-skip_petscrc,-options_file_yaml,-options_string_yaml
* PetscOptionsInsert: improve -skip_petscrc handling
* Call PetscOptionsInsertArgs just once per PetscOptionsInsert
* Improve related manpages

show more ...


# 8ad20175 20-Apr-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

introduce PetscErrorHandlingInitialized flag


# 57171095 04-Apr-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

do all -help output in PetscOptionsCheckInitial_Private()


# 502ba724 23-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-06-23/fix-init-fptrap-spelling' into 'master'

Fix spelling of PetscDetermineInitalFPTrap()

See merge request petsc/petsc!2905


# aba4c478 23-Jun-2020 Barry Smith <bsmith@mcs.anl.gov>

Fix spelling of PetscDetermineInitalFPTrap()

Commit-type: style-fix
Time: .05 hours
Reported-by: "Jose E. Roman" <jroman@dsic.upv.es>


# 0d1e9396 22-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-06-13/fix-init-fptrap' into 'master'

Bug fix for initialization of _trapmode on Linux and MacOS when exception...

See merge request petsc/petsc!2877


# cc9df77e 14-Jun-2020 Barry Smith <bsmith@mcs.anl.gov>

Bug fix for initialization of _trapmode on Linux and MacOS when exception handling of divide by zero is enabled

Cleanup and extension of floating point exception handling.
Now properly turns

Bug fix for initialization of _trapmode on Linux and MacOS when exception handling of divide by zero is enabled

Cleanup and extension of floating point exception handling.
Now properly turns off floating point trapping for Lapack when Fortran linker turns on divide by zero trapping

Commit-type: error-checking, bug-fix, portability-fix, feature, documentation
Reported-by: Sanjay Govindjee <s_g@berkeley.edu>

show more ...


# 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


12345678910>>...32