3 Software
3.1 Software modules
3.2 GUI software
3.3 MATLAB
3.4 Compiling
3.5 Linking
You can run GUI software on CCV systems using two different methods:
If you have an installation of X11 on your local system, you can access Oscar with X forwarding enabled, so that the windows, menus, cursor, etc. of any X applications running on Oscar are all forwarded to your local X11 server. Here are some resources for setting up X11:
http://developer.apple.com/opensource/tools/x11.htmlhttp://software.brown.edu/dist/w-exceed2007.htmlOnce your X11 server is running locally, open a terminal and use
$ ssh -Y <user>@ssh.ccv.brown.edu
to establish the X forwarding connection. Then, you can launch GUI applications from the Oscar login node and they will be displayed locally on your X11 server.
Note: the login nodes are shared resources and are provided for debugging, programming, and magaing files. Please do not use them for production runs (for example, executing a long-running script in a GUI instance of Matlab). You can use the batch system to submit production runs if your application can be run without a GUI (for example, with matlab -nodisplay).
One limitation of X forwarding is its sensitivity to your network connection's latency. We advise against using X forwarding from a connection outside of the Brown campus network, since you will likely experience lag between your actions and their response in the GUI.
CCV offers a VNC service that allows you to access a complete Linux graphical desktop environment. The VNC protocol will perform better than X forwarding when connecting from off-campus locations.