Skip to content

Getting Started

About this page

This document will guide you through the basics of using NERSC's supercomputers, storage systems, and services.

Welcome to the National Energy Research Scientific Computing Center (NERSC)!

  • Talk NERSC Overview at New User Training event, September 28, 2022 - Slides, Video

Computing Resources

Perlmutter

Perlmutter is a HPE Cray EX supercomputer with over 1500 GPU-accelerated compute nodes.

Storage Resources

File systems are configured for different purposes. Perlmutter has access to at least three different file systems with different levels of performance, permanence and available space.

Community File System (CFS)

The Community File System (CFS) is a global file system available on all NERSC computational and data transfer systems. It allows sharing of data between users, systems, and the "outside world".

High Performance Storage System (HPSS) Archival Storage

The High Performance Storage System (HPSS) is a modern, flexible, performance-oriented mass storage system. It has been used at NERSC for archival storage since 1998. HPSS is intended for long term storage of data that is not frequently accessed.

NERSC Accounts

In order to use the NERSC facilities, you need to obtain a NERSC account and your user account must be tied to a NERSC Allocation in order to run jobs. Please see our password rules if you need help creating account or recovering passwords. Once you have an account, you can login to Iris to manage account details.

For more details on account support see following links below:

  • Talk Accounts and Allocations at New User Training event, September 28, 2022 - Slides, Video

With Iris you can

  • Check allocation balances
  • Change passwords
  • Run reports
  • Update contact information
  • Clear login failures
  • Change login shell
  • and more!

Email

When you get a NERSC user account, an email alias is created for you of the form <username>@nersc.gov that will forward email to your delivery address (set in Iris).

NERSC users email list

As a NERSC user you will be subscribed to the NERSC users email list. Users cannot unsubscribe from this list due to the imporant nature of the information.

NERSC provides several other email lists, including one with additional system status details. NERSC Email lists.

Connecting to NERSC

MFA is required for NERSC users

Software

NERSC and its vendors supply a rich set of compilers, HPC utilities, programming libraries, development tools, debuggers/profilers, data and visualization tools.

We provide a list of applications that are built by NERSC staff with links to documentation for each. An increasing portion of the NERSC software stack is being provided via the Spack package manager, which helps automate software builds for popular HPC tools.

Software can be accessed via the module command. Currently we support lmod for Perlmutter.

Please see our Software Policy outlining our software support model for the NERSC provided software stack.

Something missing?

If there is something missing that you would like to have on our systems, please submit a request and we will evaluate it for appropriateness, cost, effort, and benefit to the community.

Python

The Python we provide at NERSC is Anaconda Python.

Machine Learning

NERSC supports a variety of software for machine learning and deep learning on our systems.

Computing Environment

Info

$HOME directories are shared across all NERSC systems (except HPSS)

Compiling/ building software

Running Jobs

Typical usage of the system involves submitting scripts (also referred to as "jobs") to a batch system such as Slurm.

Interactive Computing

NERSC provides interactive computing via interactive slurm jobs and the Jupyter service.

  • Talk Jupyter at NERSC at New User Training event, September 28, 2022 - Slides, Video

Debugging and Profiling

NERSC provides many popular debugging and profiling tools.

Data Sharing

Security and Data Integrity

Sharing data with other users must be done carefully. Permissions should be set to the minimum necessary to achieve the desired access. For instance, consider carefully whether it's really necessary before sharing write permissions on data. Be sure to have archived backups of any critical shared data. It is also important to ensure that private login secrets (like SSH private keys or apache htaccess files) are not shared with other users (either intentionally or accidentally). Good practice is to keep things like this in a separate directory that is as locked down as possible.

Sharing with Other Members of Your Project

NERSC's Community file system is set up with group read and write permissions and is ideal for sharing with other members of your project. There is a directory for every active project at NERSC and all members of that project should have access to it by default.

Sharing with NERSC Users Outside of Your Project

You can share files and directories with NERSC users outside of your project by adjusting the unix file permissions. We have an extensive write-up of unix file permissions and how they work.

NERSC provides two commands: give and take which are useful for sharing small amounts of data between users.

To send a file or path to <receiving_username>:

give -u <receiving_username> <file or directory>

To receive a file sent by <sending_username>:

take -u <sending_username> <filename>

To take all files from <sending_username>:

take -a -u <sending_username>

To see what files <sending_username> has sent to you:

take -u <sending_username>

For a full list of options pass the --help flag.

Warning

Files that remain untaken 12 weeks after being given will be purged from the staging area.

Sharing Data outside of NERSC

You can easily and quickly share data over the web using our Science Gateways framework.

You can also share large volumes of data externally by setting up a Globus Sharing Endpoint.

Data Transfers

NERSC partners with ESNet to provide a high-speed connection to the outside world. NERSC also provides several tools and systems optimized for data transfer.

  • Talk Data Storage & Sharing Best Practices at New User Training event, September 28, 2022 - Slides, Video

External Data Transfer

Tip

NERSC recommends transferring data to and from NERSC using Globus

Globus is a web-based service that solves many of the challenges encountered moving data between systems. Globus provides the most comprehensive, efficient, and easy to use service for most NERSC users.

However, there are other tools available to transfer data between NERSC and other sites:

  • scp: standard Linux utilities suitable for smaller files (<1GB)
  • GridFTP: parallel transfer software for large files

Transferring Data Within NERSC

Tip

"Do you need to transfer at all?" If your data is on NERSC Global File Systems (Community, Common, Home) transfering data may not be necessary because these file systems are mounted on almost all NERSC systems.
However, if you are doing a lot of I/O with these files, you will benefit from staging them on the most performant file system. Usually that's the local Scratch (pscratch) file system, which is only mounted on Perlmutter.

  • Use the the unix command cp, tar or rsync to copy files within the same computational system. For large amounts of data use Globus to leverage the automatic retry functionality.

Data Transfer Nodes

The Data Transfer Nodes (DTNs) are servers dedicated for data transfer based upon the ESnet Science DMZ model. DTNs are tuned to transfer data efficiently, are optimized for bandwidth, and have direct access to most of the NERSC file systems. These transfer nodes are configured within Globus as managed endpoints available to all NERSC users.

NERSC FTP Upload Service

NERSC maintains an FTP upload service designed for external collaborators to be able to send data to NERSC staff and users.

Getting Help

NERSC places a very strong emphasis on enabling science and providing user-oriented systems and services. If you require additional support we encourage you to search our documentation for a solution before opening a ticket.

Help Desk

Availability

Account support is available 8-5 Pacific Time on business days.

The online help desk is the preferred method for contacting NERSC.

Before you open a ticket

How to File a Good Ticket

NERSC Consultants handle thousands of support requests per year. In order to ensure efficient timely resolution of your issue, include as much of the following as possible when making a request:

  • error messages
  • jobids
  • location of relevant files
    • input/output
    • job scripts
    • source code
    • executables
  • output of module list
  • any steps you have tried
  • steps to reproduce

Please copy and paste any text directly into the ticket and only include screenshots as attachements when the graphical output is the subject of the support request.

Tip

You can make code snippets, shell outputs, etc in your ticket much more readable by inserting a line with:

[code]<pre>

before the snippet, and another line with:

</pre>[/code]

after it. While these are the most useful, other options to improve formatting can be found in the full list of formatting options.

Access to the online help system requires logging in with your NERSC username, password, and one-time password. If you are an existing user unable to log in, you can send an email to accounts@nersc.gov for support.

If you are not a NERSC user, you can reach NERSC with your queries at accounts@nersc.gov or allocations@nersc.gov.

Operations

For critical system issues only.

  • Please check the Online Status Page before calling 1-800-666-3772 (USA only) or 1-510-486-8600, Option 1

Phone support

Consulting and account-support phone services have been suspended.

To report an urgent system issue, you may call NERSC at 1-800-66-NERSC (USA) or 510-486-8600 (local and international).

FAQ

Please see the following links for common issues that can be addressed, if you are still having issues, please create a ticket in help desk.

Appointments with NERSC User-Support Staff

NERSC provides 30-minute appointments with NERSC expert staff. Before you schedule your appointment consult the list of available topics described below.

Tip

To make the most use of an appointment, we strongly encourage you to try some things on your own and share them with NERSC staff ahead of time using the appointment intake form.

NERSC 101

This category is good for basic questions, and you could not find the answer in our documentation. Or when you just don't know where to start.

Containers at NERSC

Advice on deploying containerized workflows at NERSC using Shifter. We recommend that you download your image to Perlmutter (see How to Use Shifter) before the appointment if possible, and be prepared to share your Dockerfile and the image name.

NERSC Filesystems

Advice on I/O optimization and Filesystems at NERSC. Possible discussion topics include:

  1. Optimal file system choices
  2. Quota and file-permission issues
  3. I/O profiling
  4. Refactoring your code

GPU Basics

Advice on programming GPUs for users that are new to the topic. This category is good for when you have started developing your GPU code, but are encountering problems.

Using GPUs in Python

Advice on how to use GPUs from Python, eg. CuPy, RAPIDS, or PyCUDA.

Checkpoint/Restart using MANA

Advice on how to use MANA to enable automatic checkpoint/restart in MPI applications.