Skip to Content
Petascale Computing Institute
Agenda
Mon Tue Wed Thu Fri
Registration
includes list of Host Sites
Presenters
Resources
Instructions, Slides, Links
Additional Learning Resources
Registrant Locations

FAQ

Call For Host Sites

A/V Plan for Host Sites

Institute Organizers

Resources



Running jobs on the institute systems

  • NCSA Blue Waters - accounts expire August 30, 2019
  • NERSC Cori - accounts expire noon Pacific on August 26
  • TACC Stampede2 - accounts expire Friday, August 23rd at 3pm CT

Presenter Materials and Exercises

Box folder: Petascale Computing Institute 2019 - Materials


Computing Systems


NCSA Blue Waters Computing System



NERSC Computing System


Cori, a Cray XC40, has two types of nodes:
  • 2388 nodes, each with two 16-core Haswell Intel processors and 128GB DDR4 memory, and
  • 9688 nodes, each with a 68-core Intel s Landing (KNL) processors and 16 GB MCDRAM plus 96 GB DDR memory.
For more info on using Cori, please see: http://www.nersc.gov/users/computational-systems/cori/

Logging In
Simply use ssh from a command prompt to log in to Cori:
ssh USER@cori.nersc.gov

Running Jobs
Cori uses the SLURM batch system. You can use our job script generator https://my.nersc.gov/script_generator.php to create a script that will run on our systems.
If your instructors have put in place a reservation for the lesson, you may either specify it in your batch job script:
#SBATCH --reservation=NAMEOFRESERVATION
or on the command line when you submit your job:
sbatch --reservation=NAMEOFRESERVATION ./mybatchscript


TACC Computing System Computing System


Information about the Stampede2 system can be found at https://portal.tacc.utexas.edu/user-guides/stampede2.

We have reserved 300 nodes on Stampede2 for exclusive use by institute attendees. The Slurm reservation id is S2PI. Students, instructors, and support staff will be able to use the reserved nodes by adding --reservation=S2PI to the sbatch command and submitting to the normal queue.
Additionally, a single node with interactive access can be requested by using the idev command. This will provide a default 30 minute interactive session on a single node where exercises can be done. Since we were able to secure 1 node for each training account, this may be the easiest way for students to do hands on work on Stampede2.

YouTube Recordings

(Processed videos will be posted and announced after the institute is over. Unedited YouTube recordings are available as follows:)