| #
609189e8
|
| 21-Aug-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
9b921294
|
| 17-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/improve-memory-logging'
Conflicts: src/ksp/pc/impls/redundant/redundant.c src/mat/interface/matnull.c
|
| #
3bb1ff40
|
| 28-May-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
logging memory now credits to all ancestors
|
| #
7e7d4f0d
|
| 10-Apr-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master
|
| #
e1e7ae07
|
| 31-Mar-2013 |
Jed Brown <jed@59A2.org> |
__FUNCT__ "User provided function" in public headers with inlines
|
| #
4d2d963c
|
| 28-Mar-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master
|
| #
4042b796
|
| 17-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' into jed/ts-eimex
Sync to include Git conversion, PETSC_EXTERN, and minor API changes.
Conflicts: src/ts/interface/tsregall.c
|
| #
d65e9abe
|
| 14-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' into tautges/dmmoab
* master: (24 commits) testexamples: support *.cxx ...
|
| #
dbbc0cdd
|
| 13-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/convergence-history' into barry/ams
|
| #
4d7b11b5
|
| 13-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'maint'
Conflicts: conf/rules include/petsclog.h
|
| #
aeeda9f6
|
| 12-Mar-2013 |
John Fettig <john.fettig@gmail.com> |
petsc_stageLog: fix for --with-log=0
|
| #
495fc317
|
| 08-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
mpe.h should never be exposed to all the PETSc code and certainly not to user code, fixed logging code is still pretty ugly, could do with some cleanup
Hg-commit: d1a7c9a9194d1c3197bd4fe4054fef154d5
mpe.h should never be exposed to all the PETSc code and certainly not to user code, fixed logging code is still pretty ugly, could do with some cleanup
Hg-commit: d1a7c9a9194d1c3197bd4fe4054fef154d5bc08e
show more ...
|
| #
210b5426
|
| 08-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
only compile utilities used by MPE if MPE is installed and make the utility intern
Hg-commit: 2f5f089601f3e09f100c5ff5643a47670a6717ae
|
| #
c19eab39
|
| 06-Mar-2013 |
Richard Tran Mills <rmills@ornl.gov> |
Automerge.
Hg-commit: b6659d546870fb013f3da5bcd5066d1dc0dc329c
|
| #
296840b1
|
| 06-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp
Symbol visibility and namespacing.
C++ builds always set extern "C" and can be called from plain C. Most users w
Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp
Symbol visibility and namespacing.
C++ builds always set extern "C" and can be called from plain C. Most users will only want --with-clanguage=C++ for std::complex.
Hg-commit: f848d02318cae92d7b32037c7ee88f92dbe46347
show more ...
|
| #
2c280183
|
| 06-Mar-2013 |
Jed Brown <jed@59A2.org> |
PETSc interfaces are always extern "C"
PETSc can now be built using a C++ compiler (--with-clanguage=C++) and then called from plain C code (compiled using a C compiler).
These configure options ha
PETSc interfaces are always extern "C"
PETSc can now be built using a C++ compiler (--with-clanguage=C++) and then called from plain C code (compiled using a C compiler).
These configure options have been removed:
--with-c++-support : was not doing anything --with-c-support : effectively always true now
PETSC_USE_EXTERN_CXX has been removed.
Hg-commit: df9678d34db91a29a55887d1193fea8e87ce32bf
show more ...
|
| #
4cb3a2f4
|
| 06-Mar-2013 |
Jed Brown <jed@59A2.org> |
PETSc interfaces are always extern "C"
PETSc can now be built using a C++ compiler (--with-clanguage=C++) and then called from plain C code (compiled using a C compiler).
These configure options ha
PETSc interfaces are always extern "C"
PETSc can now be built using a C++ compiler (--with-clanguage=C++) and then called from plain C code (compiled using a C compiler).
These configure options have been removed:
--with-c++-support : was not doing anything --with-c-support : effectively always true now
PETSC_USE_EXTERN_CXX has been removed.
Hg-commit: 51116dd5b11147ee16a9f551dec9723757fa740b
show more ...
|
| #
ad14c47e
|
| 12-Feb-2013 |
Jed Brown <jed@59A2.org> |
Move public preloading variables from petscimpl.h to petsclog.h
Hg-commit: 98756e485714f583d9bf4d1c2d74706387fa7681
|
| #
d9799b0b
|
| 12-Feb-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'private-impl-headers'
petsc-private/petscimpl.h and vecimpl.h are no longer included by petscsys.h and petscvec.h. Some inline functions become normal functions as a consequence of the
Merge branch 'private-impl-headers'
petsc-private/petscimpl.h and vecimpl.h are no longer included by petscsys.h and petscvec.h. Some inline functions become normal functions as a consequence of these changes.
Hg-commit: 5c59734726c7c41f493a5f5b9303cfab5c66ae21
show more ...
|
| #
fee518eb
|
| 12-Feb-2013 |
Jed Brown <jed@59A2.org> |
Move PetscStageLog routines from petsclog.h to src/sys/logging
Hg-commit: 361ee5ce4e429c7b77c55041882679cbbcafc3d1
|
| #
0298fd71
|
| 08-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran Fixed a few bugs where PETSC_NULL had been used incorrectly.
Hg-commit: 05
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran Fixed a few bugs where PETSC_NULL had been used incorrectly.
Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4
show more ...
|
| #
c751a9dc
|
| 16-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Carefully stashed all \t recursively in include/. Makefile is the only (obvious) exception. Preserved formatting.
Hg-commit: 4b7cd8b76fd5dcfc12ae025d8d69e26ec632fb40
|
| #
a787219d
|
| 29-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 910a57ab3ace57f0253e653d2a34eaf6e439f85d
|
| #
a42e5b54
|
| 29-Nov-2012 |
Matthew G Knepley <knepley@gmail.com> |
PetscLog: Now keep track of second moments for time and flops - This allows us to calculate the standard deviation
Hg-commit: b373b7095557f70e9cc8fa97f1f6631653adc172
|
| #
dd19b90b
|
| 04-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
converted PetscLogFlops() to a inline function, removed PetscLogFlopsNoError() seemed unneccessary
Hg-commit: ea5d7f86193a6aed2ef54568e6dc8c90f82b8e72
|