|
|
Zope can be used to generate a webpage
containing all output of a PETSc program. This output is organized on
the webpage, and can be saved for later review.
Requirements and installation
- A current version of Zope, download information can be
found at www.zope2.org
- The ZOPE_HOME environmental variable must be set to the
Zope home directory. For example
- /usr/lib/zope2.9 or
- /Library/Python/2.6/site-packages/Zope2-2.12.6-py2.6-macosx-10.6-universal.egg
Usage
- To start the Zope server run ./zope/zope
- View the webpage at http://localhost:9673/PETSc/
Run your PETSc program with the -zope option to have output
sent to stdout and Zope.
An argument to the -zope option can be given to specify a
machine Zope is currently running on, otherwise it defaults to localhost
Add the -nostdout option to have PETSc print only to Zope
|