Welcome to the CS department computing environment!
This workshop is designed for users that are new to the CS environment. The contents of this page provide general information about the CS environment and links to other wiki pages for further reading.
Computer Science (CS) accounts and credentials are unique to the CS environment. The password you have for CS is separate from NetBadge and other UVA systems. While your userid in CS will be the same as your UVA NetBadge ID, the passwords are separate.
Your CS account is what gives you access to CS department resources, such as SSH logins, job scheduling, storage, printing, and more.
If you forget your CS password, please use our online tool to reset your password (https://www.cs.virginia.edu/PasswordReset)
If you have questions regarding software, logging in, storage, etc., or encounter an issue, please submit a helpdesk ticket request to the CS IT team by emailing: cshelpdesk@virginia.edu
This is our IT team's primary channel for communication.
For inquires related to general items such as reserving a room in Rice Hall, SIS, or others, please email the CS front office at: cs-office@virginia.edu
Having a CS account grants access to various resources. Below you'll find a list (links included) of resources that are immediately available by having a CS account.
The SSH login cluster is the point of entry to most resources within the CS environment.
To log in via SSH, simply open a terminal, and run the following command, replacing <user id> with your CS account userid (which is the same as your NetBadge / Computing ID)
~$ ssh <userid>@portal.cs.virginia.edu
Note, for the first time you connect via SSH, you will see the following output
Are you sure you want to continue connecting (yes/no)?
Enter yes to continue
Note, it's recommended to add a heartbeat packet to keep the SSH connection open until you enter the command to exit. Otherwise, the terminal may timeout and close
~$ ssh -o ServerAliveInterval=300 <userid>@portal.cs.virginia.edu
After entering this command, you will be prompted for your password.
Note, when you log in for the first time, you will have to reset your password and may have to log in again.
To exit out of an SSH connection
~$ exit
Applications for running this command are Terminal or iTerm2 (downloadable).
Applications for running this commands are Command Prompt or PowerShell
For further reading see: (SSH Logins)
Having a CS account grants access to two types of remote desktops for GUI access. The first is Linux Based and the second is Windows.
Note, if you're logging in for the first time, be sure to log in via SSH first to set your password.
NoMachine is the software used for providing Linux based desktops. For instructions, visit the (NoMachine wiki page).
A windows server is used for providing a simple Windows Desktop GUI. For instructions, visit the (Windows Server wiki page)
Having a CS account gives you a personal webpage that you can customize and use.
To do this
~/public_html/ and the URL https://www.cs.virginia.edu/~<userid> will show the contents that you makeThe primary OS used in the CS environment is Ubuntu Linux 22.04 LTS. This is used on research, login, and compute clusters. There are a handful of general purpose Windows servers as well for VMs and remote Windows Desktops.
The CS department provides support for Linux, Windows, and MacOS for desktops and laptops.
Having a CS account grants access to storage options. These options are free of charge to an authorized CS user.
Below you'll find some brief details regarding storage available.
Each user is given access to 100GBs of home directory storage space, which is stored under /u/<userid id>. If additional space is needed, see information about Project or Scratch (temporary) storage.
Home directories have nightly snapshots taken and are kept for 30 days. If you delete a file or directory by accident, it can be restored provided it was deleted within the last 30 days.
For further information, see our (home directories wiki page)
Each user can request a project directory under /p for storing larger quantities of data. Project directories typically start at 500GBs, and are incremented by the same amount unless a higher amount is specifically needed.
Project directories have nightly snapshots taken and are kept for 30 days. If you delete a file or directory by accident, it can be restored provided it was deleted within the last 30 days.
For further information, see our (project directories wiki page)
Temporary storage is available in two forms.
Note, this is TEMPORARY storage and is NOT BACKED UP.
Do not use this type of storage for any data that you need to keep.
/bigtemp/bigtemp2/localtmp is a local directory usable by any user.There are several protocols available for transferring data.
1. Samba (SMB), is commonly used along with a GUI to interactively drag/drop files in or out of CS storage.
2. Secure Copy Protocol (SCP), can be used in a terminal or command line to use SSH to log in and copy a file to or from CS servers.
3. Secure File Transfer Protocol (SFTP), can be used in a terminal or command line to interactively transfer data, and is often an underlying protocol for GUI based software. Use sftp.cs.virginia.edu for SFTP transfers.
4. Globus, is a web console based software that can be used to transfer data to / from a personal workstation or laptop. That is, a software is installed locally on your computer, then within a browser you can access the console Globus console which connects to your personal device to transfer data to/from CS.
For utilizing SMB, SCP, SFTP, please see our (data transfer wiki page) to learn more.
These are compute and login clusters. These clusters are managed by the CS IT team and provide a consistent and synchronized environment between each machine and cluster.
The CS environment supports self-managed systems. These can be individual servers that are for a specific research project. Such systems allow you to install software yourself and adjust system configurations to fit your unique needs.
Note, any self managed system that is on the wired CS network must be domain joined and must adhere to automatic updates and reboots.
If you have a department owned laptop or desktop, it must be configured by CS IT staff. We utilize several pieces of software to remotely manage department owned equipment.
The CS department has a large selection of resources available when you have a CS account.
There are development servers (CPU only and GPU enabled) that are accessible via direct SSH login.
For more information about SSH accessible resources, see our (CS Computing Resources wiki page).
The CS department provides a Job Scheduler for requesting individual resources to run a program or train a model.
Currently, SLURM is used for scheduling resources. For more information about available resources in SLURM, see our (SLURM wiki page).
Software modules are available on all Linux systems, excluding any Self-managed systems that have requested to not have these available.
Loading and using software is as simple as the following after logging in
~$ module load gcc
~$ module load python
~$ python3
>>> print("Hello, world!")
Hello, world!
For more information about software modules, see our (Software Module wiki page). For more information, see our (Software Module wiki page).
Note, virtual Python environments such as Conda and VENV can be created using the software module system. For more information, see our (Virtual Environment wiki page).
Note, containers are also supported via the software Apptainer. For more information, see our (Apptainer wiki page).
Virtual servers (Linux) can be created upon request, generally for short-term projects.
Please submit a request to our helpdesk system if you need a virtual server.
For CS undergraduate students ONLY
A loaner laptop program is available for CS undergraduate students actively taking a CS course that require a laptop to complete coursework.
For more information, see our (Loaner Laptop wiki page).
The CS department provides a wired network for servers. A wired connection for a workstation is possible, however adherence to stricter security policies beyond what are normally used for Wi-Fi systems.
The datacenter in Rice Hall has a 10Gb backbone. Each row of servers contains several switches that link to a central aggregation switch, which then links to a core switch. These are fiber connections between the switches to provide a 10Gb link between them.
At the core switch, the NFS servers and login servers are connected to provide high throughput.
The rack switches connect to individual servers at a speed of 1Gb.
Having a CS account grants access to the printers in the building of Rice Hall.
For more information, see our (Printing in Rice Hall wiki page)
Poster printing is available for presentations to CS, CpE, and ECE students and faculty.
Having a CS account does not grant access to poster printing. You must have an affiliation to the CS department or sponsorship through an advisor or faculty member of the CS department.