38,760
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 297: | Line 297: | ||
module load paraview/5.11.0 | module load paraview/5.11.0 | ||
paraview | paraview | ||
The most recent versions of ParaView require disabling the VirtualGL dynamic linker faker <code>LD_PRELOAD</code> when running the <code>paraview</code> command | |||
LD_PRELOAD=${LD_PRELOAD/libdlfaker.so/} paraview | |||
= Batch rendering = | = Batch rendering = | ||
For large-scale and automated visualization, we strongly recommend switching from interactive client-server to off-screen batch visualization. ParaView supports Python scripting, so you can script your workflow and submit it as a regular, possibly parallel production job on a cluster. If you need any help with this, please contact [[Technical support]]. | For large-scale and automated visualization, we strongly recommend switching from interactive client-server to off-screen batch visualization. ParaView supports Python scripting, so you can script your workflow and submit it as a regular, possibly parallel production job on a cluster. If you need any help with this, please contact [[Technical support]]. |