History log of /petsc/src/sys/error/pstack.c (Results 126 – 150 of 186)
Revision Date Author Comments
# 9a492a5c 13-Aug-2013 Barry Smith <bsmith@mcs.anl.gov>

updated to latest SAWs API


# 2657e9d9 10-Aug-2013 Barry Smith <bsmith@mcs.anl.gov>

updated to new /dir1/dir2/variablename scheme for SAWs


# 37bef686 06-Aug-2013 Barry Smith <bsmith@mcs.anl.gov>

updated PETSc to use a hierarchy of SAWs directories, doesn't work properly


# ca93e954 06-Aug-2013 Barry Smith <bsmith@mcs.anl.gov>

update for latest SAWs


# 6daa6ed0 25-Jul-2013 Stefano Zampini <stefano.zampini@gmail.com>

Merge remote-tracking branch 'origin/master' into stefano_zampini/pcbddc-constraintssetupimproved


# e04113cf 24-Jul-2013 Barry Smith <bsmith@mcs.anl.gov>

converted uAMS usage to SAWs usage; starts server but cannot see any published directories


# cef79c10 16-Jul-2013 Barry Smith <bsmith@mcs.anl.gov>

updates to AMS interface include simple bash scripts


# 22a7b760 10-Jul-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'maint'

* maint:
doc: add petsctime.h to SOURCEH (fixes missing docs)
Increase patchlevel to 3.4.2
ABI compatibility for debug and optimized builds


# ef87d260 08-Jul-2013 Lisandro Dalcin <dalcinl@gmail.com>

Merge branch 'dalcinl/libpetsc-abi' into maint


# ec957ece 04-Jul-2013 Barry Smith <bsmith@mcs.anl.gov>

updated to new version of AMS; not tested


# 76386721 20-May-2013 Lisandro Dalcin <dalcinl@gmail.com>

ABI compatibility for debug and optimized builds


# a983c5aa 28-Mar-2013 Jungho Lee <julee@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 4d2d963c 28-Mar-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# e1d27e54 28-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which
drop the string name argument.

* barry/rm-xxxregisterdynamic: (82 commits)
...

Conflicts:
src/ts/interface/tsregall.c

show more ...


# 72e34b07 24-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/ams'

* barry/ams:
PetscStackAMS: define dummy stubs for AMS stack viewing in optimized builds


# 6eb7abf7 24-Mar-2013 Jed Brown <jed@59A2.org>

PetscStackAMS: define dummy stubs for AMS stack viewing in optimized builds

These are not called in performance-sensitive locations and we might add
support for using libunwind to get a stack for AM

PetscStackAMS: define dummy stubs for AMS stack viewing in optimized builds

These are not called in performance-sensitive locations and we might add
support for using libunwind to get a stack for AMS viewing purposes, so
I'd rather have stubs in pstack.c than use macros in the header to
compile out the calls.

show more ...


# 99c3dd19 20-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/ams' into master

* commit 'eb4227cfdd169cc03749ba3ef12d3932f2f322bf': (24 commits)
forgotten files
basic snooping on PetscStack is now working
split AMSJavascript.py into A

Merge branch 'barry/ams' into master

* commit 'eb4227cfdd169cc03749ba3ef12d3932f2f322bf': (24 commits)
forgotten files
basic snooping on PetscStack is now working
split AMSJavascript.py into AMS.py for AMS javascript and AMSSnoopObjects.py for example showing published objects
fix bug in previous commit
added error returns for JSON-RPC AMS calls
don't let web accessor change length of array setting to publisher
Pass arrays of values back from webserver to AMS publisher
fix for last commit, missing errorcode and wrong variable name
KSPLogResidualHistory and SNESLogConvergenceHistory need to lock for AMS and have error checking when called
shutdown webserver if you started it on PetscFinalize(), what about when crash, should still shut it down
Added support for starting server automatically by application code messed around finding a bug in AMS
got value back from webclient to application
goddman script Jed sent me doesn;t work, it loses changes
split webserver into standalone problem that is not part of running PETSc application had to do this since impossible for AMS publisher and accessor to be in same application better to just totally redo AMS! But that is to large a project
moved webserver code to its own directory and file
added callback for changable fields in pyjs representation of AMS memories
add AMS viewer for PC, server can only run without any memory debugging
changed AMS publishing to use the Viewer model added simple AMS viewer for mat,ksp,snes,ts added --ksp/snes/ts_view_pre for starting the viewer before the solve (ugly but useful for AMS) added PetscStackCalls around AMS function calls when appropriate (note do not want these in webserver because do not webserver stopping just because AMS server is down
more work on moving AMS model to viewer
Fix for SNESSetConvergenceHistory() when input a is null
...

show more ...


# 15681b3c 20-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

basic snooping on PetscStack is now working


# 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


# 3549c1bf 13-Feb-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

Stack frames are used in debug-mode only.

Hg-commit: 304011531f35c1c864485caf6bb2a40c82719a51


# 7d5f7e0c 13-Feb-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

i) Created a global thread communicator to manage all the threads.
ii) Seperate creation and destroying of stack frames for threads.

Hg-commit: 8e5ea17f351d46ba0bdba3b58ff2938526d8a840


# 047240e1 06-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed bug that appears in C++ with casting to void** in pthread stuff

Hg-commit: dee2854f44eddfeec83028aca913288bcf35b3cb


# dbf62e16 06-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

more docs on PetscStackCall() and PetscStackCallStandard()
PetscStackActive becomes function

Hg-commit: f0602b91e50ee4dcd2925041a27b0a3f025d08b6


# bb9aae2f 06-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed last macro function from thread local infrastructure

Hg-commit: 85f62b889edeaa2041e78728f8f3290022e5c6b8


# a297a907 29-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/sys/*

Hg-commit: 9f71677807bad7b55428a6cc0f5ccc5052e91805


12345678