_______________________________________________________________________________________________
Many high-performance computers here and elsewhere run the Linux operating system. Interaction with it to access and manipulate files is through text commands. There are plenty of web sites offering help, here are two, and a publisher:
The Scientific Computing group (http://centernet.fhcrc.org/CN/depts/it/scientific_computing/) at the Hutch provides high-performance computing access to FHCRC researchers, without charge. These computers enable analyses difficult or impossible to perform on a typical laptop; all run the same version of the Ubuntu Linux operating system. There are four rhino machines, with these capabilities:
There are several ways to access a rhino:
MAC OS X and Linux: open a terminal and log in with the secure shell command
ssh -X myHutchID@rhino
and then enter your password. You’ll be connected to one of the rhino’s. The -X option enable X11 forwarding – so that plots can
be presented on your laptop .
MS Windows users: use PuTTY – get putty.exe from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
to open a rhino terminal, and install Xming (http://sourceforge.net/projects/xming/) to process R plot commands – so
plots can be presented on your laptop.
The first time you run PuTTY you’ll need to navigate through the Category menu on the left to Connection, SSH, and X11; click on the Enable X11 forwarding box. Return to Session and Save the Default Settings. In the Host Name box enter rhino04 and click on Open. Log in with your Hutch ID and password. To enable plotting you need to start Xming.
When logging in to one of the rhino’s you can specify a particular rhino (rhino01, rhino02, rhino03, or rhino04). This text is printed to your screen when you log in:
Do have a look at the documentation at http://scicomp.fhcrc.org/Gizmo\%20Cluster\%20Quickstart.aspx and login for an introduction to using the scientific computing resources, especially if you plan to run long analyses. If you have questions about using them, send email to scicomp@fhcrc.org.
To start an R session, at the shell prompt enter “R”:
myShellPrompt$ R
> plot(1:10, type=’h’)
> q()
To use R studio instead, enter:
myShellPrompt$ rstudio