Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<div style="background-color: yellow; border: 2px solid red; margin: 4px; padding: 2px; font-weight: bold; text-align: center;">
The Delta documentation has moved to <a href="https://docs.ncsa.illinois.edu/systems/delta/">https://docs.ncsa.illinois.edu/systems/delta/</a>. Please update any bookmarks you may have.
<br>
Click in the link above if you are not automatically redirected in 5 seconds.
</br>
</div>
<meta http-equiv="refresh" content="5; URL='https://docs.ncsa.illinois.edu/systems/delta/'" />

client - server

We haven't tested this yet, but the documentation and example here seem solid.

https://engaging-web.mit.edu/eofe-wiki/software/paraview_client_server_mode/

Seems broken currently, when setting up ssh tunnel as shown, get this on the client side:

Code Block
Connection failed during handshake. vtkSocketCommunicator::GetVersion()
 returns different values on the two connecting processes
 (Current value: 100).


At least one site does not support client-server anymore (due to issues like this): https://help.itc.rwth-aachen.de/en/service/rhr4fjjutttf/article/b4a7b9e11b054a7d8096834ea03a1686/

pvpython and pvbatch work and are available:

Suggest: https://www.paraview.org/Wiki/PvPython_and_PvBatch  and using just the pvbatch part of paraview:

Code Block
[arnoldg@dt-login02 ~]$ cd paraview_pvbatch/
[arnoldg@dt-login02 paraview_pvbatch]$ vi greenSphere.py  # sample from URL above for pvpython
[arnoldg@dt-login02 paraview_pvbatch]$ pvpython greenSphere.py 
[arnoldg@dt-login02 paraview_pvbatch]$ ls
greenSphere.py	greenSphereScreenshot.png

greenSphereScreenshot.png :

Image Added