This is a collection of scripts for Paraview batch processing (using pvbatch), macros for Paraview interactive analysis, and utility scripts.
Sample Peregrine environment for batch processing:
Currently Loaded Modulefiles:
1) gcc/4.8.2 2) openmpi-gcc/1.7.3-4.8.2 3) python/2.7.6 4) paraview/4.2.0-computeSample batch job:
pvbatch slice2D_to_png.py U_slice_horizontal_z080.yamlThe system version of Peregrine depends on an antiquated system python module (and it won't work with conda). Additional dependencies, e.g. yaml, may be installed as follows:
pip install --install-option="--prefix=$HOME" pyyamlOf course, be sure to set up your environment accordingly:
export PYTHONPATH="$HOME:$PYTHONPATH"