Getting Started

From UFRC
Revision as of 17:50, 9 February 2007 by Hpc (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

So, you have been given an account on the University of Florida HPC Center's cluster. Now what? Well, hopefully we can answer some of those questions here...

Logging In

To login to the cluster, you need an SSH client of some sort. If you are using a linux or unix based system, there is most likely one already available to you in a shell, and you can get to your account very quickly...

Linux / Unix

So, here is how you would go about logging in via a linux or unix account:

test@puppy:~$ ssh test@submit.hpc.ufl.edu
test@submit.hpc.ufl.edu's password:
Last login: Fri Feb  9 00:03:38 2007 from wsip-70-168-187-166.ga.at.cox.net
[test@submit ~]$

The command ssh test@submit.hpc.ufl.edu is what you would type in at a command prompt on your system. After this, it asks you for a password, which you type in. After that, you are logged in and ready to work.