| #
a0931e03
|
| 26-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fix calls to publish SAWs
|
| #
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
|
| #
e04113cf
|
| 24-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
converted uAMS usage to SAWs usage; starts server but cannot see any published directories
|
| #
0076e027
|
| 08-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
completed allowing generating graphics with Xvfb, works with AMS
|
| #
ec957ece
|
| 04-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
updated to new version of AMS; not tested
|
| #
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 ...
|
| #
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 ...
|
| #
40c6643d
|
| 17-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
KSPLogResidualHistory and SNESLogConvergenceHistory need to lock for AMS and have error checking when called
|
| #
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
|
| #
6c4a5ce2
|
| 16-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
got value back from webclient to application
|
| #
f05ece33
|
| 13-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
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 PetscS
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
show more ...
|
| #
bfb97211
|
| 13-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
more work on moving AMS model to viewer
|
| #
38dc1537
|
| 12-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
cleanup of AMS viewer, handle JSON-RPC multiple Comms
Hg-commit: 1c6c1b742ae96264dbd8aad2eb769b7fe76641f3
|
| #
07475bc1
|
| 11-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
don't list unneeded /*I includes; they clutter the manual pages
Hg-commit: e78ba20ae96445858089a43bccd0933d14f8ae95
|
| #
29aa02fc
|
| 11-Dec-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: a128a87f5736ccbab37df5d559616f8376f7026e
|
| #
5c6c1dae
|
| 10-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
reorg of src/sys directory directories that define objects now in the classes subdirectory rename several confusing name directories
Hg-commit: b2612422c63ac4afe82112892d9efda808f3d601
|