Difference between revisions of "ParaView"
From PHASTA Wiki
(Created page with "==Introduction== ParaView is a parallel, scalable, visualization package from Kitware. See http://paraview.org/ == Running == To launch a single threaded ParaView instance, fi...") |
(→Running) |
||
Line 16: | Line 16: | ||
vglrun paraview | vglrun paraview | ||
+ | |||
+ | == Parallel (Client/Server) Mode == | ||
+ | |||
+ | ==CoProcessing== |
Revision as of 16:11, 19 August 2011
Introduction
ParaView is a parallel, scalable, visualization package from Kitware. See http://paraview.org/
Running
To launch a single threaded ParaView instance, first connect via VNC, then use vglconnect to connect to one of the compute machines:
vglconnect -s viz001
Add the desired version of ParaView to your environment (the below example will get the "default" version)
soft add @paraview
and lunch the GUI:
vglrun paraview