| 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 |
| 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 |
| 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 |
| ec957ece | 04-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
updated to new version of AMS; not tested |
| a13bc4e3 | 03-Jul-2013 |
Shao-Ching Huang <huangsc@gmail.com> |
add support for vtk rectilinear grid (.vtr) viewer |
| 05f804c1 | 28-Jun-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-minor-matlabs' |
| a3afe2d1 | 28-Jun-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
badly formatted /*I "include" I*/, unused variables fixed that compile with MATLAB |
| 706d7a88 | 20-Jun-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
-history crashed because it uses PetscObjects before they had been initialized to print options to history file also history caused printing to stdout of whitespace that should have gone to history |
| 17c4b54a | 19-Jun-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Viewer ASCII: print tabs to petsc_history, not fd
Tabs are intended to provide indentation, but were being printed as trailing whitespace when petsc_history was turned on. |
| 9a6158bf | 19-Jun-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'barry/fix-PetscObjectPrintClassNamePrefixType'
* barry/fix-PetscObjectPrintClassNamePrefixType: update tests of src/mat/examples/tests/ex136.c Use classname in object for object na
Merge branch 'barry/fix-PetscObjectPrintClassNamePrefixType'
* barry/fix-PetscObjectPrintClassNamePrefixType: update tests of src/mat/examples/tests/ex136.c Use classname in object for object name when calling PetscObjectPrintClassNamePrefixType() instead of some string with less precise name passed in
Conflicts: src/snes/interface/snes.c
show more ...
|