VisIt: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(3 intermediate revisions by one other user not shown) | |||
Line 4: | Line 4: | ||
See [[VisIt Tutorial]] for a short tutorial. | See [[VisIt Tutorial]] for a short tutorial. | ||
See [[Visit scripting]] for some examples of Visit's python scripting interface. | |||
See also [[ParaView]]. | See also [[ParaView]]. | ||
=== VisIt on Macs === | |||
If you want to run VisIt on a remote machine and display it on your Mac, there are two ways to do it. | |||
==== 1. client/server ==== | |||
Run VisIt in server mode on the remote machine and in client mode on your Mac. ''[Anybody have details?]'' | |||
==== 2. on remote server with X11 ==== | |||
Run VisIt entirely on the remote machine as an X11 application that displays on your Mac's screen. | |||
# Start XQuartz, the Mac X11 application. It automatically starts an xterm window. | |||
# In the xterm window, ssh to the remote machine with X11 tunnelling enabled: | |||
#: <pre>mymac% ssh -X userid@remotehost.uwaterloo.ca</pre> | |||
# Run VisIt on the remote host. | |||
#: <pre>remotehost% visit</pre> | |||
'''Note:''' The version of XQuartz matters. | |||
* 2.7.8 works as-is | |||
* 2.7.9 untested | |||
* 2.7.10 (and higher) needs a feature enabled before starting XQuartz | |||
# start the Terminal activity | |||
# run this command (its effects are persistent across logout/login/reboot) | |||
#: <pre>% defaults write org.macosforge.xquartz.X11 enable_iglx -bool true</pre> |
Latest revision as of 14:07, 16 August 2018
VisIt is a parallel visualization software package. It is useful for rendering 3D images.
See Visualization for details on running Visit on netcdf files of SPINS outputs.
See VisIt Tutorial for a short tutorial.
See Visit scripting for some examples of Visit's python scripting interface.
See also ParaView.
VisIt on Macs
If you want to run VisIt on a remote machine and display it on your Mac, there are two ways to do it.
1. client/server
Run VisIt in server mode on the remote machine and in client mode on your Mac. [Anybody have details?]
2. on remote server with X11
Run VisIt entirely on the remote machine as an X11 application that displays on your Mac's screen.
- Start XQuartz, the Mac X11 application. It automatically starts an xterm window.
- In the xterm window, ssh to the remote machine with X11 tunnelling enabled:
mymac% ssh -X userid@remotehost.uwaterloo.ca
- Run VisIt on the remote host.
remotehost% visit
Note: The version of XQuartz matters.
- 2.7.8 works as-is
- 2.7.9 untested
- 2.7.10 (and higher) needs a feature enabled before starting XQuartz
- start the Terminal activity
- run this command (its effects are persistent across logout/login/reboot)
% defaults write org.macosforge.xquartz.X11 enable_iglx -bool true