Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

Spring 2024

January

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

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

  • How to Use the Linux Shell (Part 1), Zoom, January 10, 11:30 AM - 12:30 PM. Registration Link.

  • Applications and Uses of MATLAB, Zoom, January 17, 9:00 AM - 10:00 AM. Registration Link.

  • Python: Applications and Uses in Research Computing, Zoom, January 17, 10:15 AM - 11:15 AM. Registration Link.

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

  • Managing Python Environments on Sol, Zoom, January 24, 10:15 AM - 11:15 AM. Registration Link.

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

  • R Carpentry for the Social Sciences (Day 1), Hybrid, January 26, 8:00 AM - 12:00 PM. Registration Link.

  • Advanced Research Acceleration with GPUs, Zoom, January 31, 9:00 AM - 10:00 AM. Registration Link.

  • Beyond Text: Harnessing the Potential of Large Language Models for Innovation, Zoom, January 31, 10:15 AM - 10:45 AM. Registration Link.

  • Python: Data Handling, Zoom, January 31, 11:00 AM - 12:00 PM. Registration Link

February

  • GPU Day is April 3, 2024 - SAVE THE DATE!

  • R Carpentry for the Social Sciences (Day 2), Hybrid, February 2, 8:00 AM - 12:00 PM. Registration Link.

  • R Carpentry for the Social Sciences (Day 3), Hybrid, February 5, 8:00 AM - 12:00 PM. Registration Link.

  • 2024 Linux Clusters Institute Introductory Workshop, In-Person, February 5 - 9, 8:00 AM - 5:00 PM. Registration Link.

  • Love Data Week, February 12 - 16, Registration Link.

  • Beginner's Guide to Research Computing, Zoom, February 14, 9:00 AM - 10:15 AM. Registration Link.

  • Introduction to R for Research Computing, Zoom, February 14, 10:30 AM - 11:30 AM. Registration Link.

  • Python: Machine Learning, Zoom, February 14, 11:45 AM - 12:45 PM. Registration Link.

  • Advanced Computing with R, Zoom, February 21, 9:00 AM - 10:00 AM. Registration Link.

  • Python: Deep Learning, Zoom, February 21, 10:15 AM - 11:15 AM. Registration Link.

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

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

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

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

  • Beyond Text: Harnessing the Potential of Large Language Models for Innovation, Zoom, February 28, 11:00 AM - 11:30 AM. Registration Link.

  • Applications and Uses of MATLAB, February 28, 11:45 AM - 12:45 PM. Registration Link.

  • Introduction to R for Research Computing, Zoom, February 28, 1:30 PM - 2:30 PM. Registration Link.

March

Excerpt
nameSpring 2024 Training

April

...

...

  • Data Transfers and Migrating from Agave to Sol, Zoom, April 19, 1:00 PM - 2:00 PM

...

Workshops for Fall 2022

  • TBP

Research Computing Expo

...

Research Computing Expo 2022, August 1-2, Save the Date! 

...

Summer 2024

May

  • Data Transfers and Migrating from Agave to Sol, Zoom, May 8, 11:00 AM - 12:00 PM. Registration Link.

  • The Editor's View: NSF CAREER Proposals, Zoom, May 8, 2:00 PM - 3:00 PM. Registration Link.

  • Data Transfers and Migrating from Agave to Sol, Zoom, May 10, 2:00 PM - 3:00 PM. Registration Link.

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

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

June

July

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

Fall 2024

Schedule coming soon!

GPU Day

  • GPU Day 2023 Materials.

  • GPU Day 2024 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. Date to be announced.

Past Workshops

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

Workshop Descriptions

Click on the workshop summaries below to see descriptions!

...

Expand
titleDescription: Applications and Uses of MATLAB

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

...