Catalog of Past Workshops

Fall 2023

  • Supercharge Your Research!, In-Person, August 24, 9:00 - 9:45 AM. Registration Link.

  • Beginner's Guide to Research Computing, Zoom, August 24, 10:00 - 11:15 AM. Registration Link.

  • How to Use the Linux Shell, Zoom, August 24, 11:30 AM - 12:30 PM. Registration Link.

  • Software Carpentry (Shell, Git, Plotting and Programming in Python), Zoom, August 28 - 30, 9:00 AM - 3:00 PM. Registration Link.

  • Applications and Uses of MATLAB, Zoom, August 31, 10:00 - 11:00 AM. Registration Link.

  • Python: Applications and Uses in Research Computing, Zoom, August 31, 11:15 AM - 12:15 PM. Registration Link.

  • Introduction to R for Research Computing,  Zoom, September 18, 10:00 - 11:00 AM. Registration Link.

  • Python: Data Handling, Zoom, September 18, 11:15 AM - 12:15 PM. Registration Link.

  • Accelerating Research with GPUs, Zoom, September 25,  9:00 - 10:00 AM. Registration Link.

  • Python: Machine Learning, Zoom, September 25, 11:15 AM - 12:15 PM. Registration Link.

  • Supercharge Your Research!, Zoom, September 28, 9:00 - 9:45 AM. Registration Link.

  • Beginner's Guide to Research Computing, Zoom, September 28, 10:00 - 11:15 AM. Registration Link.

  • Simplifying Data Transfers with Globus, Zoom, September 28, 11:30 AM - 12:30 PM. Registration Link.

  • Advanced Research Acceleration with GPUs, Zoom, September 28, 3:00 - 4:00 PM. Registration Link.

  • How to Use the Linux Shell, October 9, Zoom, 10:00 - 11:00 AM. Registration Link.

  • Applications and Uses of MATLAB, Zoom, October 9, 11:15 AM - 12:15 PM. Registration Link.

  • Jetstream2: NSF’s Next Generation of Cloud Computing, October 30, 9:00 - 9:30 AM. Registration Link.

  • Beginner's Guide to Research Computing, Zoom, October 30, 10:00 - 11:15 AM. Registration Link.

  • Advanced Computing Techniques, Zoom, October 30, 11:30 AM - 12:30 PM. Registration Link.

 

Summer 2023

  • Beginner's Guide to Research Computing, Zoom, May 25, 10:00 - 11:15 AM. Registration Link.

  • Supercharge Your Research!, Zoom, June 15, 10:00 - 10:45 AM. Registration Link.

  • Beginner's Guide to Research Computing, Zoom, June 15, 11:00 - 12:15 PM. Registration Link.

  • How the Little Jupyter Notebook Became a Web App: Making Your Code and Data More Accessible and Reusable, June 29, 10:00 AM - 3:00 PM. Registration Link.

  • Beginner's Guide to Research Computing, Zoom,  July 13,  10:00 - 11:15 AM. Registration Link.

  • Simplifying Data Transfers with Globus, Zoom, July 13, 11:30 AM - 12:30 PM. Registration Link.

 

Spring 2023

 

Fall 2022

Summer 2022

Spring 2022

Fall 2021

Summer 2021

Spring 2021

Fall 2020

Summer 2020

  • July 6th, 2020 2pm-3pm Intro to the ASU Compute Supercomputer.  Past workshop info here

  • June 1, 2020 2pm - Intro to the ASU Compute Supercomputer.  Past workshop info here

Spring 2020

Fall 2019

Workshop Descriptions

Click on the workshop summaries below to see descriptions!

This workshop will cover the Agave supercomputer configuration, batch and interactive access, and available software packages. Access has been greatly simplified with the webapp, a browser-based portal to Agave supporting command-line shell, drag and drop file transfer, job submission, and RStudio and Jupyter interfaces. A sample of applications run on the system will demonstrate the variety of computational research Agave supports, including new GPU acceleration capability. In preparation for the workshop all attendees are encouraged to obtain an account on Agave if they do not already have one: https://cores.research.asu.edu/research-computing/get-started/create-an-account

This workshop covers more advanced topics for conducting research on ASU's high-performance computing supercomputer, mostly focusing on batch submission processes and benchmarking jobs through the command line. In preparation for the workshop all attendees are encouraged to obtain an account on Agave if they do not already have one: https://cores.research.asu.edu/research-computing/get-started/create-an-account

This workshop provides training for using the Linux command-line interface. The workshop utilizes materials provided by the Software Carpentries on Unix shells, and emphasizes the bare minimum requirements to become proficient on the supercompter.

The Unix shell has been around longer than most of its users have been alive. It has survived so long because it’s a power tool that allows people to do complex things with just a few keystrokes. More importantly, it helps them combine existing programs in new ways and automate repetitive tasks so they aren’t typing the same things over and over again. Use of the shell is fundamental to using a wide range of other powerful tools and computing resources (including “high-performance computing” supercomputers). These lessons will start you on a path towards using these resources effectively.

In preparation for the workshop all attendees are encouraged to obtain an account on Agave if they do not already have one: https://cores.research.asu.edu/research-computing/get-started/create-an-account

This workshop will focus on approaches to porting Matlab applications to a supercomputer environment such as that of ASU's Agave supercomputer. This is not an intro to Matlab course. The intended audience member will have developed Matlab code that runs on a desktop machine but now would like to run this code in a parallel environment. This may be implemented through either:

  1. Batch submission of multiple single-threaded instances (e.g. parameter sweep)

  2. Multithreading m file using "parfor" command

  3. Confronting large datasets using distributed arrays or tall arrays

  4. Exploiting Matlab functions ported to GPU

  5. Multithreading C-code using OpenMP or writing cuda kernels and compiling with mex compiler to be called by Matlab

  6. Introduction to features of the Matlab Parallel Server

In preparation for the workshop all attendees are encouraged to obtain an account on Agave if they do not already have one: https://cores.research.asu.edu/research-computing/get-started/create-an-account

This workshop will focus on best practice, profiling and benchmarking in R. This workshop will also introduce how to submit R jobs to ASU’s Agave supercomputer through the use of batch submissions, parameter sweeps, and SLURM job arrays. In preparation for the workshop all attendees are encouraged to obtain an account on Agave if they do not already have one: https://cores.research.asu.edu/research-computing/get-started/create-an-account