Difference between revisions of "ChomboVis"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
=Prequisites= | =Prequisites= | ||
+ | |||
+ | '''ChomboVis''' relies upon a number of other packages, so you will need to install these first: | ||
+ | |||
+ | ==Python Megawidgets== | ||
+ | |||
+ | See: | ||
+ | |||
+ | <pre> | ||
+ | http://sourceforge.net/projects/pmw | ||
+ | </pre> | ||
+ | |||
+ | Needs to be unpacked so that it is a generally available package for Python. On dartagnan (CentOS), I used: | ||
+ | |||
+ | <pre> | ||
+ | yum install python-pmw | ||
+ | </pre> | ||
+ | |||
+ | to quickly achieve this. | ||
+ | |||
+ | ==HDF5== | ||
+ | |||
+ | I used v1.6.5 in conjuction | ||
=Building ChomboVis= | =Building ChomboVis= | ||
=Calling ChomboVis from a Debugger= | =Calling ChomboVis from a Debugger= |
Revision as of 14:37, 12 January 2009
Introduction
homboVis is a visualisation package from the makers of CHOMBO. It is no longer supported and VisIt is now the visulaisation tool of choice. However, ChomboVis may still be useful for debugging purposes and so the notes below describe how to build and run this package.
Prequisites
ChomboVis relies upon a number of other packages, so you will need to install these first:
Python Megawidgets
See:
http://sourceforge.net/projects/pmw
Needs to be unpacked so that it is a generally available package for Python. On dartagnan (CentOS), I used:
yum install python-pmw
to quickly achieve this.
HDF5
I used v1.6.5 in conjuction