Topics Map > •Research Computing
CRC Logging Into the Cluster
Back to main "Getting Started" document
Logging Into the Cluster
The cluster login nodes can be accessed through Secure Shell from any machine on the Rice campus network. You will need an active NetID and password in order to login (unless otherwise instructed).
If you need off-campus access, please visit our Off-Campus Access Guide.
To login to the system from a Linux or Unix machine, use the ssh command:
$ ssh -Y (your_login_name)@nots.rice.edu
To transfer files into the cluster from a Linux or Unix machine, use the scp command:
$ scp some_file.dat *.incl *.txt (your_login_name)@nots.rice.edu:
For more information about using Secure Shell, please see our Using SSH to Login and Copy Files on the campus network Guide.
Login Nodes
Once you are logged in to the system, you are logged into one of several login nodes as shown in the diagram below. These nodes are intended for users to compile software, prepare data files, and submit jobs to the job queue. They are not intended for running compute jobs. Please run all compute jobs in one of the job queues described later in this document.
Diagram courtesy of Chris Hunter, Rice University