History log of /petsc/include/petsclog.h (Results 376 – 400 of 739)
Revision Date Author Comments
# abe6c858 06-Apr-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 16eb535bdb9ba314222f7218dc18382323c0bbcc


# 9b5aa4e9 04-Apr-2011 Matthew G Knepley <knepley@gmail.com>

More logging fixes

Hg-commit: a44dcb7a151c9e8042ea2e26f111b76d098a9a57


# f38cfdcd 14-Dec-2010 Jed Brown <jed@59A2.org>

merge

Hg-commit: e3473e7b6a4936eaa5aef448a0ea058d50950587


# 91eabc43 13-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

changed PetscLogPrintSummary() to PetscLogView() eventually it will accept different formats for displaying the log information in different styles like JSON.

Hg-commit: 478f9bccbd0b01965d3436aedfe6

changed PetscLogPrintSummary() to PetscLogView() eventually it will accept different formats for displaying the log information in different styles like JSON.

Hg-commit: 478f9bccbd0b01965d3436aedfe683634d519952

show more ...


# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 7087cfbe 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13

show more ...


# 09573ac7 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

changed all EXTERN to extern the CAPS served no purpose

Hg-commit: cdf5985509992c2237dbbe07f14278cccee0306c


# 47b40911 01-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: e1fc2c73eb56030dc76b20b68b959231bf213deb


# 07ed33dc 29-Nov-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 8753319427e40b297e0cf51005f1c3ca012b9dbb


# 6915305f 29-Nov-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 3830df92b8bce85cdbecd681a87699ec570d54d3


# 66d669d6 27-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed some Fortran syntax and removed PETSC_PRINTF_FORMAT_CHECK since does not work

Hg-commit: 6a53e849e75a6c98e6f974ad5873e9d31e0e24ec


# cd9db26d 17-Nov-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 9701f074fd20019a272d7c76f3b333aafe4932b0


# b859824c 14-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

moved two logging types from petscsys.h to petsclog.h where they belong

Hg-commit: 3663015a7618f1d5e355075111313c1dc6ef6eb9


# 69970530 24-Oct-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 22da692ed155add94d5c93460d5353aeaadc853b


# 671f6225 17-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after monster merge with Jed's changes to Truth/Bool broke some stuff

Hg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac


# e0f8cd26 16-Oct-2010 Jed Brown <jed@59A2.org>

Eliminate unused value warnings produced by clang

The expression

((cond ? action : 0),0)

does not use the value 0 before the comma operator. Rewriting it as

((cond && action),0)

has no unus

Eliminate unused value warnings produced by clang

The expression

((cond ? action : 0),0)

does not use the value 0 before the comma operator. Rewriting it as

((cond && action),0)

has no unused values.

Hg-commit: 3cdb113dc7356a69dc2649373513c34451225b18

show more ...


# d61e7eb3 14-Oct-2010 Jed Brown <jed@59A2.org>

Clean up after messy sed in original conversion: (PetscBool ) -> (PetscBool)

Hg-commit: d2297d04e5f4a401f60e8ca64322828d2eec0c0c


# acfcf0e5 14-Oct-2010 Jed Brown <jed@59A2.org>

PetscOptionsTruth -> PetscOptionsBool and related

Hg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77


# 3334f37f 29-Sep-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04


# ace3abfc 28-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL
note this requires a new sowing version

Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a


# 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


# ff5bc46b 01-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

fixes to petsclogprintsummarypython including adding -log_summary_python

Hg-commit: 710063de368c084d4bd253fbcdf3d9720a77a5e5


# 99e523ac 01-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

movewd PetscLogPrintSummaryPy() into PETSc source from example,

Hg-commit: b14437793e746ce76f4af3b8622da651c9b28c8d


# b4be0e3a 31-Aug-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: ee2c880beeb7f5709c949b456809141d38ab9b9a


1...<<11121314151617181920>>...30