| 56f85f32 | 01-Sep-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fix PetscObjectSAWsBlock() cannot call PETSc routines while locking SAWs because they may lock it also |
| d45a07a7 | 31-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
SAWs now compiles and runs in PETSc with parallel PETSc |
| 16ad0300 | 30-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscStackCallSAWs() everywhere possible |
| 111ee811 | 30-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
if saws not defined then petscviewer was not defined |
| aa2d57e9 | 30-Aug-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Remove --with-dynamic-loading / PETSC_USE_DYNAMIC_LIBRARIES
This option was mostly redundant because normal shared libraries satisfy all the same needs. This commit adds the run-time option -dynami
Remove --with-dynamic-loading / PETSC_USE_DYNAMIC_LIBRARIES
This option was mostly redundant because normal shared libraries satisfy all the same needs. This commit adds the run-time option -dynamic_library_preload that can be used to load/initialize all the packages in advance, as used to be done when --with-dynamic-loading.
The PetscDLLibraryRegister_petscxxx functions have been kept, but are not called unless -dynamic_library_preload is used. The petsc-dev discussion, "Why --with-dynamic-loading?" did not reach consensus about whether this was ever useful, so it may also be removable.
show more ...
|
| b4bc7e48 | 30-Aug-2013 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/fix-viewer-ascii-tab-whitespace' into maint |
| 8b2657f9 | 29-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
updated PETSc to the new SAWs API that provides a URL to SAWs_Set_Body/Header() PETSc currently only uses the "index.html" but will use others later for eigenanalysis ext |
| aee23540 | 28-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
properly support multiple windows being displayed and saved to gif and then present via SAWs to the browser |
| 1cda70a7 | 27-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
updates to allow saws to display graphic results from application (crude) |
| f84e41e9 | 27-Aug-2013 |
Matthew G. Knepley <knepley@gmail.com> |
VTK: Small fix to error message (.vts to .vtu)
(cherry picked from commit 3da621eca82108b806df3de7cc9ccd7d23a76f9c)
Conflicts: src/sys/classes/viewer/impls/vtk/vtkv.c |
| 3da621ec | 27-Aug-2013 |
Matthew G. Knepley <knepley@gmail.com> |
VTK: Small fix to error message |
| b8a862ca | 26-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
introduced published variables that are not displayed by default marked by _ |
| a0931e03 | 26-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fix calls to publish SAWs |
| d5d1057a | 20-Aug-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'jed/fix-viewer-matlab-info'
* jed/fix-viewer-matlab-info: Viewer: fix Binary Matlab viewer info to use '#' instead of '%' |
| e4f9cea5 | 20-Aug-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'schuang/vtk-vtr-writer'
* schuang/vtk-vtr-writer: Viewer: fix Fortran enumeration after addition of VTR format test code for vtk rectilinear grid (.vtr) viewer add support for vt
Merge branch 'schuang/vtk-vtr-writer'
* schuang/vtk-vtr-writer: Viewer: fix Fortran enumeration after addition of VTR format test code for vtk rectilinear grid (.vtr) viewer add support for vtk rectilinear grid (.vtr) viewer
show more ...
|
| 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 |
| 92081c13 | 14-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
missspelling and wrong use of CHKERRQ |
| da88d4d4 | 12-Aug-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Viewer: fix Binary Matlab viewer info to use '#' instead of '%'
The % character for comments in info files was removed in
7c43ebc8e6c "only use # for comments in PETSc options files"
but continu
Viewer: fix Binary Matlab viewer info to use '#' instead of '%'
The % character for comments in info files was removed in
7c43ebc8e6c "only use # for comments in PETSc options files"
but continued to be used for the PETSC_VIEWER_BINARY_MATLAB format characters. This prevented loading these files from PETSc. This commit switches to using '#' for those comment characters and updates PetscReadBinaryMatlab to accept both '%$$ ' and '#$$ '.
Noticed-by: Richard Katz <richard.katz@earth.ox.ac.uk>
show more ...
|
| 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 |
| 4b91bfc3 | 07-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/x-virtual' into barry/uams |
| 8b7fcac6 | 06-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
add -draw_save_single_file to recycle same file for saved images |