Intro to the Ohio Supercomputer Center (OSC)

Week 1 - Tue lecture

Author

Jelmer Poelstra

Published

February 27, 2024




1 Goals for this session

This session will provide an introduction to high-performance computing in general and to the Ohio Supercomputer Center (OSC).

This is only meant as a brief introductory overview to give some context about the working environment that we will start using this week. During the course, you’ll learn a lot more about most topics touched on in this page — week 5 in particular focuses on OSC.


2 High-performance computing

A supercomputer (also known as a “compute cluster” or simply a “cluster”) consists of many computers that are connected by a high-speed network, and that can be accessed remotely by its users. In more general terms, supercomputers provide high-performance computing (HPC) resources.

This is what Owens, one of the OSC supercomputers, physically looks like:

Here are some possible reasons to use a supercomputer instead of your own laptop or desktop:

  • Your analyses take a long time to run, need large numbers of CPUs, or a large amount of memory.
  • You need to run some analyses many times.
  • You need to store a lot of data.
  • Your analyses require specialized hardware, such as GPUs (Graphical Processing Units).
  • Your analyses require software available only for the Linux operating system, but you use Windows.

When you’re working with omics data, many of these reasons typically apply. This can make it hard or sometimes simply impossible to do all your work on your personal workstation, and supercomputers provide a solution.


The Ohio Supercomputer Center (OSC)

The Ohio Supercomputer Center (OSC) is a facility provided by the state of Ohio in the US. It has two supercomputers, lots of storage space, and an excellent infrastructure for accessing these resources.


OSC websites and “Projects”

OSC has three main websites — we will mostly or only use the first:


Access to OSC’s computing power and storage space goes through OSC “Projects”:

  • A project can be tied to a research project or lab, or be educational like this course’s project, PAS2700.
  • Each project has a budget in terms of “compute hours” and storage space1.
  • As a user, it’s possible to be a member of multiple different projects.

3 The structure of a supercomputer center

3.1 Terminology

Let’s start with some (super)computing terminology, going from smaller things to bigger things:

  • Node
    A single computer that is a part of a supercomputer.
  • Supercomputer / Cluster
    A collection of computers connected by a high-speed network. OSC has two: “Pitzer” and “Owens”.
  • Supercomputer Center
    A facility like OSC that has one or more supercomputers.

3.2 Supercomputer components

We can think of a supercomputer as having three main parts:

  • File Systems: Where files are stored (these are shared between the two OSC supercomputers!)
  • Login Nodes: The handful of computers everyone shares after logging in
  • Compute Nodes: The many computers you can reserve to run your analyses


File systems

OSC has several distinct file systems:

File system Located within Quota Backed up? Auto-purged? One for each…
Home /users/ 500 GB / 1 M files Yes No User
Project /fs/ess/ Flexible Yes No OSC Project
Scratch /fs/scratch/ 100 TB No After 90 days OSC Project

During the course, we will be working in the project directory of the course’s OSC Project PAS2700: /fs/ess/PAS2700. (We’ll talk more about these different file systems in week 5.)

Directory is just another word for folder, often written as “dir” for short

Login Nodes

Login nodes are set aside as an initial landing spot for everyone who logs in to a supercomputer. There are only a handful of them on each supercomputer, they are shared among everyone, and cannot be “reserved”.

As such, login nodes are meant only to do things like organizing your files and creating scripts for compute jobs, and are not meant for any serious computing, which should be done on the compute nodes.


Compute Nodes

Data processing and analysis is done on compute nodes. You can only use compute nodes after putting in a request for resources (a “job”). The Slurm job scheduler, which we will learn to use in week 5, will then assign resources to your request.

Compute node types

Compute nodes come in different shapes and sizes. Standard, default nodes work fine for the vast majority of analyses, even with large-scale omics data. But you will sometimes need non-standard nodes, such as when you need a lot of RAM memory or need GPUs2.

Compared to command-line computing on a laptop or desktop, a number of aspects are different when working on a supercomputer like at OSC. We’ll learn much more about these later on in the course, but here is an overview:

  • “Non-interactive” computing is common
    It is common to write and “submit” scripts to a queue instead of running programs interactively.
  • Software
    You generally can’t install “the regular way”, and a lot of installed software needs to be “loaded”.
  • Operating system
    Supercomputers run on the Linux operating system.
  • Login versus compute nodes
    As mentioned, the nodes you end up on after logging in are not meant for heavy computing and you have to request access to “compute nodes” to run most analyses.

4 OSC OnDemand

The OSC OnDemand web portal allows you to use a web browser to access OSC resources such as:

  • A file browser where you can also create and rename folders and files, etc.
  • A Unix shell
  • Interactive Apps”: programs such as RStudio, Jupyter, VS Code and QGIS.

Go to https://ondemand.osc.edu and log in (use the boxes on the left-hand side)

You should see a landing page similar to the one below:

We will now go through some of the dropdown menus in the blue bar along the top.


4.1 Files: File system access

Hovering over the Files dropdown menu gives a list of directories that you have access to. If your account is brand new, and you were added to PAS2700, you should only have three directories listed:

  1. A Home directory (starts with /users/)
  2. The PAS2700 project’s “scratch” directory (/fs/scratch/PAS2700)
  3. The PAS2700 project’s “project” directory (/fs/ess/PAS2700)

You will only ever have one Home directory at OSC, but for every additional project you are a member of, you should usually see additional /fs/ess and /fs/scratch directories appear.

Click on our focal directory /fs/ess/PAS2700.

Once there, you should see whichever directories and files are present at the selected location, and you can click on the directories to explore the contents further:

This interface is much like the file browser on your own computer, so you can also create, delete, move and copy files and folders, and even upload (from your computer to OSC) and download (from OSC your computer) files3 — see the buttons across the top.


4.2 Interactive Apps

We can access programs with Graphical User Interfaces (GUIs; point-and-click interfaces) via the Interactive Apps dropdown menu:

Next week, we will start using the VS Code text editor, which is listed here as Code Server.


4.3 Clusters: Unix shell access

In the “Clusters” dropdown menu, click on the item at the bottom, “System Status”:

This page shows an overview of the live, current usage of the two clusters — that can be interesting to get a good idea of the scale of the supercomputer center, which cluster is being used more, what the size of the “queue” (which has jobs waiting to start) is, and so on.

Interacting with a supercomputer is most commonly done using a Unix shell. Under the Clusters dropdown menu, you can access a Unix shell either on Owens or Pitzer:

I’m selecting a shell on the Pitzer supercomputer (“Pitzer Shell Access”), which will open a new browser tab, where the bottom of the page looks like this:

We’ll return to this Unix shell in the next session.



Back to top

Footnotes

  1. But we don’t have to pay anything for educational projects like this one. Otherwise, for OSC’s rates for academic research, see this page.↩︎

  2. GPUs are e.g. used for Nanopore basecalling↩︎

  3. Though this is not meant for large (>1 GB) transfers. Different methods are available — we’ll talk about those later on.↩︎