Educational Opportunities and Workshops

Educational Opportunities and Workshops

Fall 2025

Register here for the upcoming workshops. Make sure to be signed into your ASU Zoom account to access these workshops.

Notice: ICS calendar files downloaded from the registration site before August 14 contained an incorrect Zoom link. This has been fixed, and any new registrations will receive files with the correct link. Reminder emails sent on the day of each workshop will also include the correct link.

Research Computing Expo 2025 - October 31 - Register here!

Get ready for an exciting exploration of cutting-edge research computing resources and services at ASU's annual Research Computing Expo. This event brings together faculty, staff, and students to delve into the world of supercomputing and critical research tools.

October

  • How to Use the Linux Shell: Using the Scheduler, Zoom, October 2, 1:00 - 2:00 PM. Registration Link.

  • Python: Deep Learning, Zoom, October 2, 2:30 - 3:30 PM. Registration Link.

  • RTO Ignite: Sustainable High Performance Computing (HPC), In-Person, October 3, 9:00 AM - 12:00 PM. Registration link.

  • Introduction to R for Research Computing, Zoom, October 9, 1:00 - 2:00 PM. Registration Link.

  • Beginner's Guide to Research Computing, Zoom, October 9, 2:15 - 3:30 PM. Registration Link.

  • AI Ignition: GitHub's AI-Powered Programming Assistant, Zoom, October 16, 1:00 - 1:30 PM. Registration Link.

  • Supercharge Your Research!, Zoom, October 16, 2:00 - 2:30 PM. Registration Link.

  • Beginner's Guide to Research Computing, Zoom, October 23, 1:00 - 2:15 PM. Registration Link.

  • Advanced Computing with R, Zoom, October 23, 2:30 -3:30 PM. Registration Link.

  • Managing Python Environments on Sol (10-11am October 28, 2025). Registration Link.

  • Data Transfers with ASU Research Computing (11am-12pm October 28, 2025). Registration Link.

  • How to Use the Linux Shell: Using the Scheduler (12-1pm October 29, 2025). Registration Link.

  • Python: Deep Learning (1-2pm October 29, 2025). Registration Link.

  • Research Computing Expo 2025, In-Person, October 31, 9:00 AM - 3:00 PM. Registration Link.

November

  • Beyond Text: Harnessing the Potential of Large Language Models for Innovation, Zoom, November 6, 1:00 - 1:30 PM. Registration Link.

  • Jetstream2: NSF’s Next Generation of Cloud Computing, Zoom, November 6, 2:00 - 2:30 PM. Registration Link.

  • Supercharge Your Research!, Zoom, November 13, 1:00 - 1:30 PM. Registration Link.

  • Empowering Secure Research: Navigating the KE Secure Cloud for Sensitive Data Analysis, Zoom, November 13, 2:00 - 2:30 PM. Registration Link.

  • Beginner's Guide to Research Computing, Zoom, November 20, 1:00 - 2:15 PM. Registration Link.

  • Managing Python Environments on Sol, Zoom, November 20, 2:30 - 3:30 PM. Registration Link.

December

  • Advanced Computing Techniques, Zoom, December 4, 1:00 - 2:00 PM. Registration Link.

  • Data Transfers with ASU Research Computing, Zoom, December 4, 2:30 - 3:30 PM. Registration Link.

  • Accelerating Research with GPUs, Zoom, December 11, 1:00 - 2:00 PM. Registration Link.

  • Welcome to the Quantum Collaborative: Exploring Quantum Optimization, Zoom, December 11, 2:30 - 3:00 PM. Registration Link.

  • Introduction to R for Research Computing, Zoom, December 18, 1:00 - 2:00 PM. Registration Link.

  • Beginner's Guide to Research Computing, Zoom, December 18, 2:15 - 3:30 PM. Registration Link.

GPU Day

  • GPU Day 2023 Materials.

  • GPU Day 2024 Materials.

  • GPU Day 2025 Materials.

Research Computing Expo

  • Research Computing Expo 2022 Recordings and Slides.

  • Research Computing Expo 2021 Materials.

  • Research Computing Expo 2023 Materials.

  • Research Computing Expo 2024 Materials.

Past Workshops

See a complete catalog of past workshops: Catalog of Past Workshops

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 Open OnDemand, 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

This workshop will focus on approaches to porting R applications to ASU's Agave supercomputer. This is not an intro to R course. The intended audience member will have developed R 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. Multithreading R files using "doParallel" and “foreach” packages
2. Exploiting R functions ported to GPU
3. Implementing batchtools
4. Confronting large datasets

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 explore different low and high level approaches to accelerating existing or developing research codes through the use of Graphical Processing Units (GPUs) on the ASU High Performance Computing supercomputer.

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

Full description coming soon. This workshop will detail low-level approaches, specifically use of OpenACC and Cuda, for accelerating existing or developing research codes with Graphical Processing Units (GPUs) on the ASU High Performance Computing supercomputer.

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

The ASU Research Computing Supercomputer hosts a high-speed scratch filesystem to quickly compute results and also provides 100 GB of storage in users' own personal home directories. When these filesystems fill up, it's detrimental to the user and the community. Using Globus, this workshop will interactively teach users how to transfer data from their scratch or home directories.

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

Introduction to using the popular high-level language Python on the Agave supercomputer. Python has seen rapid growth in Scientific Computing over the last decade most likely due to the powerful expressions the language provides. The popular scientific notebook provided by Jupyter will be utilized to demonstrate how Python may be leveraged to infer, compute, and conduct research on modern HPC environments. Suggested reading 1, suggested reading 2, suggested reading 3.

Link to workshop materials.

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

Workshop on handling numerical and general data on Agave with Python's numpy and pandas libraries. These libraries provide high-level data objects like the array and DataFrame. These powerful objects allow for fast scientific computation and filtering of data, providing a high-level framework for predicting events or identifying patterns. Demonstrations will be given utilizing Jupyter notebooks. Suggested reading.

Link to workshop materials.

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

Introduces the capabilities of Python when applying modern algorithmic techniques for understanding a vast dataset. Makes use of pandas module to filter data to train a Machine Learning model within Jupyter. GPU acceleration using Numba also will be demonstrated. Suggested reading.

Link to workshop materials.

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

Introduction to more advanced Machine Learning techniques. Demonstrates the ability to set up and run sophisticated neural networks on Agave GPUs by using Python's PyTorch module. Tensorflow applications will also be demonstrated. Suggested reading.

Link to workshop materials.

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

Introduction to more advanced Machine Learning techniques. Demonstrates the ability to set up and run sophisticated neural networks on Agave GPUs by using Python's PyTorch module. Tensorflow applications will also be demonstrated. Suggested reading.

Link to workshop materials.

Use of the shell is fundamental to using a wide range of other powerful tools and computing resources (including "high-performance computing" supercomputers). This tutorial will start you on a path towards using these resources effectively on ASU's Agave supercomputer.

The tutorial materials are hosted here: http://links.asu.edu/shell

Full description coming soon.