You can run interactive applications on ATS-hosted clusters that have Graphical User interfaces (GUI) in the following ways:
You can enable X11 Forwarding by adding the -X flag to the ssh command you use to connect to the Cluster as follows:
ssh -l loginid -X cluster.address.ucla.edu
Alternatively, you can override the ssh default for all your sessions by making a file named config in the .ssh subdirectory of your home directory on your local machine and adding the option:
Host * ForwardX11 yes
Note for Mac OS X users: for Max OS 10.4 (Tiger) you must:
There is no need to enable X11 Forwarding if you are only running applications with a command line or text interface or if you are using the cluster to run batch jobs.