How can I make ChomboVis run faster?
• Put slices_off=1 on your command line. • Use the right mouse button to slew the sliders. • Avoid the higher refinement levels (pull down Visualization menu, choose “Data selection”). • Look at lower-dimensional slices (see slice_axis and axis_position command-line options). • Use chombodata or chombobrowser instead of chombovis. • Set autorender off (pull down the Options menu). 3. Installation problems undefined symbol: grBufferSwap”> 3.1. undefined symbol: grBufferSwap This means you can not use Mesa. See ChomboVis_x_y_z-and-everything/Readme for instructions on how to build against OpenGL, instead of Mesa. 3.2. ImportError: No module named vtkpython When you built VTK, you should have obtained something called vtkpython.so. When you installed VTK, two things should have happened. One, vtkpython.so should have been copied to /usr/local/lib/vtk/python/vtkpython.so (or if you said –prefix when you invoked VTK’s configure command, make the appropriate substitution for /usr/local). Tw