History log of /petsc/src/sys/memory/mtr.c (Results 76 – 100 of 328)
Revision Date Author Comments
# 27104ee2 16-Sep-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

PetscStack is on the stack now, removing the need to 'initialize' it so it can always be
used. The entire API has also been intern'ed since it is only internally used in select
instances.


# d5ed94bb 14-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jose/fix-manpages'

Fix manpages to avoid errors reported by doctext

See merge request petsc/petsc!4309


# 4165533c 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Argument --> Parameter (required to enable sowing checks)


# d8d19677 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Input/Output Parameter --> Parameters


# 00736ed6 14-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-tune-file-line-output' into 'main'

Sys: dump filename and linenumber in filename:linenumber

See merge request petsc/petsc!4236


# ccd65f63 13-Aug-2021 Junchao Zhang <jczhang@mcs.anl.gov>

Sys: dump filename and linenumber in filename:linenumber

So that in supported IDEs such as VS Code one can click the url-like filename:linenumber to go to that line


# 67f24b97 08-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/update-checkbadsource' into 'main'

Update badsource rules

See merge request petsc/petsc!4064


# 70a7d78a 04-Jun-2021 Stefano Zampini <stefano.zampini@gmail.com>

Update badsource rules

- Zero or more spaces are not allowed for more returning types
- zero spaces not allowed for for|if|while


# 68a68e0c 12-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-02-12/add-baij-12' into 'main'

Barry/2021 02 12/add baij 12

See merge request petsc/petsc!3643


# e269983c 04-Mar-2021 Barry Smith <bsmith@mcs.anl.gov>

Print additional information on PetscMallocValidate() errors


# bdea225a 30-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'

Convert MPI error type to PETSc error with string message for all MPI calls

See merge request petsc/petsc!3326


# ffc4695b 08-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their
errors better.

The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces
seemingly random failures.

Commit-type: error-checking
/spend 30m

show more ...


# a0d76e48 28-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-09-24/validatemalloconerror' into 'master'

Call PetscMallocValidate() on signal and error conditions to check if the...

See merge request petsc/petsc!3246


# 4ed0ab5b 24-Sep-2020 Barry Smith <bsmith@mcs.anl.gov>

Call PetscMallocValidate() on signal and error conditions to check if the final memory state is correct

Commit-type: error-checking
/spend 10m


# abb05746 25-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-24/petsckernel-valid-pointer' into 'master'

Barry/2020 08 24/petsckernel valid pointer

See merge request petsc/petsc!3204


# f0b7f91a 24-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Call PetscMallocValidate() when SEGV or SIGBUS are received

Commit-type: debugging
/spend 10m


# 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


# ee90678e 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-adaptive-interpolation' into 'master'

Knepley/feature plex adaptive interpolation

See merge request petsc/petsc!3018


# 2cba8197 04-Aug-2020 Matthew G. Knepley <knepley@gmail.com>

Sys: Improve PetscMallocValidate()


# 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


# 525b9d82 14-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# 84bf41f4 14-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-typos' into 'maint'

Typos

See merge request petsc/petsc!2711


12345678910>>...14