History log of /petsc/src/sys/memory/mtr.c (Results 276 – 300 of 328)
Revision Date Author Comments
# 21b1d680 06-Sep-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 1ac99e58bacaa1133113d86e76355c2a6ff8e56d


# 8738c821 02-Sep-2010 Jed Brown <jed@59A2.org>

PETSC_DLLEXPORT -> PETSCSYS_DLLEXPORT

For consistency with other packages, and since the library is named libpetscsys.

Hg-commit: d411519a6aa3d1f4f3f42dfd9d10e405a0d44202


# 17186662 10-May-2010 Barry Smith <bsmith@mcs.anl.gov>

finished formating of SETERRQ() calls and changed a few PETSC_COMM_SELF to appropriate comm

Hg-commit: 099173676d5157f4b09175cd1f5104bf5e549784


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# f0eb1ee0 12-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0


# 0700a824 08-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

changed cookie to classid cause that is what it is.

Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1


# 0d2fba3e 09-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5


# 28842d8c 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ee73705a045ef5d04e074e8534eb7e0fbaa08e1b


# d382aafb 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

petsc.h --> petscsys.h (fortran equivalents also)
new petsc.h that includes all PETSc includes is added

Hg-commit: a82a9bcb80ed39c69991db706672838a5b792d44


# 5f5f199f 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C
eliminate use of petscsys.h (Fortran and C)
eliminated redundant use of #include "petscfix" all over t

moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C
eliminate use of petscsys.h (Fortran and C)
eliminated redundant use of #include "petscfix" all over the place because included by petsc.h

Hg-commit: dea4bc8a57aa0490c3a40fdee08c4b41e42e03ce

show more ...


# a53b13b9 07-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 0408f87716ee4bc571ead239bb7d6e050d5cd665


# 21b680ce 07-Feb-2010 Jed Brown <jed@59A2.org>

PetscMallocSetDumpLog: call PetscMemorySetGetMaximumUsage

Since PetscMallocDumpLog now calls PetscMemoryGetMaximumUsage (as
it claimed to in the past), we must ensure that this has been called
so th

PetscMallocSetDumpLog: call PetscMemorySetGetMaximumUsage

Since PetscMallocDumpLog now calls PetscMemoryGetMaximumUsage (as
it claimed to in the past), we must ensure that this has been called
so that the maximum is available.

Hg-commit: f833bc328d7c9d9ec6b67ef1c04d94129a12c17b

show more ...


# f3d65365 07-Feb-2010 Jed Brown <jed@59A2.org>

PetscMallocDumpLog: print max rss as claimed, and format with %f

rss has type PetscLogDouble. Formatting with %d casts to int, thus
producing erroneous values when usage is over 2GB.

Hg-commit: 78

PetscMallocDumpLog: print max rss as claimed, and format with %f

rss has type PetscLogDouble. Formatting with %d casts to int, thus
producing erroneous values when usage is over 2GB.

Hg-commit: 78ce7bdeb8511d6fe0c7abf6395da3d5c40ac7f0

show more ...


# 238e7d2d 02-Dec-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 9c9e2b0243eedf0151e3676f8f4ccde9f7b93898


# 5a63da67 30-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 2969531575bbe0c172ba5beddc62a04aac021215


# 25b53cc9 29-Nov-2009 Jed Brown <jed@59A2.org>

Modify PetscTrMalloc to retain PETSC_MEMALIGN alignment.

PetscTrMallocDefault() was returning memory that was only 8-byte aligned
despite PETSC_MEMALIGN=16, causing certain vector instructions to fa

Modify PetscTrMalloc to retain PETSC_MEMALIGN alignment.

PetscTrMallocDefault() was returning memory that was only 8-byte aligned
despite PETSC_MEMALIGN=16, causing certain vector instructions to fail
under -malloc_dump. This change removes some custom alignment code in
that file so that PETSC_MEMALIGN is consistently used.

Hg-commit: 3077a85e8102eb7a668028edc9f6bbd18eb79146

show more ...


# 1137508d 19-Sep-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 529c13f3f3f0a210992529a8c00ca0ab4e7be172


# cd621086 19-Sep-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 148339b0d1e2fac081864ec646f45ac0937e058a


# b1c394af 19-Sep-2009 Barry Smith <bsmith@mcs.anl.gov>

removed outdate bin and maint files
mtr.c: In function PetscErrorCode PetscMallocValidate(int, const char*, const char*, const char*):
mtr.c:143: warning: comparison between signed and unsigned integ

removed outdate bin and maint files
mtr.c: In function PetscErrorCode PetscMallocValidate(int, const char*, const char*, const char*):
mtr.c:143: warning: comparison between signed and unsigned integer expressions
mtr.c:153: warning: comparison between signed and unsigned integer expressions
mtr.c: In function PetscErrorCode PetscTrFreeDefault(void*, int, const char*, const char*, const char*):
mtr.c:292: warning: comparison between signed and unsigned integer expressions
mtr.c:298: warning: comparison between signed and unsigned integer expressions

Hg-commit: 9d829cc89ddd87df1767bef7a97628e44537f626

show more ...


# 458c5f23 17-Sep-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 5cfc927ddf10a2bff062bd23b3f8b5a57e4767bf


# fef29192 16-Sep-2009 Satish Balay <balay@mcs.anl.gov>

fixes for 7647315801f6 [on 64bit linux]

Hg-commit: 383f8422a2cc84ac05460e8edd62c35b8d4227eb


# ac450b43 16-Sep-2009 Barry Smith <bsmith@mcs.anl.gov>

Fixed PetscTrMallocDefault() which allocated space for PetscScalar but stored a unsigned long into that location for the final cookie in space (used to check for writing past end of array). Failed wh

Fixed PetscTrMallocDefault() which allocated space for PetscScalar but stored a unsigned long into that location for the final cookie in space (used to check for writing past end of array). Failed when long is 64 bit but PetscScalar is 32 bit. Fixed by using PetscCookie uniformly for storing the cookies.

Hg-commit: 7647315801f60f830b2893afa048a6c570d24ab5

show more ...


# b022a5c1 07-Aug-2009 Barry Smith <bsmith@mcs.anl.gov>

fixed output files to have additional line for norm type PRECONDITIONED
now allows PetscInitialize() and PetscFinalize() to be called multiple times

Hg-commit: 2a35ab2c090ec4b625e988497846f530aaa67b

fixed output files to have additional line for norm type PRECONDITIONED
now allows PetscInitialize() and PetscFinalize() to be called multiple times

Hg-commit: 2a35ab2c090ec4b625e988497846f530aaa67b2c

show more ...


# 1c0add76 22-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 50f87a7744bf92447897e71d01d55e453fda1a7f


# 859df3cb 09-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 2e5906a7b550829a4d1cb80446e0d4452c3785e5


1...<<11121314