This is an old revision of the document!
There are two functional Paraview installations:
/apps/chpc/compmech/ParaView-4.3.1-Linux-64bit/binapps/chpc/compmech/CFD/Paraview/bin
Both of these are also available as modules, please use module avail. Please refer to the Paraview web site for instructions on using Paraview. For interactive graphics, an OpenGL-enabled environment will be required, therefore refer to the page on Remote Visualization for instructions on setting up a connection to the visualization node, and running Paraview with the VirtualGL wrapper. Paraview is an extremely versatile post-processor, and can be used as the primary visualization tool for a very wide range of applications and file formats, including OpenFOAM, MFix, SU2 and many others.
Paraview really comes into its own when it can make use of parallel processing (hence Paraview rather than Serialview, presumably). Limited testing has been done with the standard binary distribution of Paraview-5.3.0, which is installed in /apps/chpc/compmech/ParaView-5.3.0_bininstall. There is a module for it, module load chpc/compmech/Paraview/5.3.0 will set up the appropriate environment. There are several ways in which this version of Paraview can be used:
Not all of these methods work yet, but the ones that do, need the module loaded in each shell from which the process will be started.
Load the module, and type vglrun paraview at the command prompt.
vglrun mpiexec -np 6 pvserver –mpi –use-offscreen-renderingvglrun paraview, then connect to the server (you have to set it up first in the connect menu). Then open your parallel data set. If your dataset is not inherently parallel, there is no point in using parallel visualisation. In OpenFOAM, leave your case decomposed, use the touch bananas.foam trick and load up the case as decomposed.