Versions Compared

Key

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

...

...

...

Spring 2024

GPU Day is April 3, 2024 - Register here!

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.

Excerpt
nameSpring 2024 Training

GPU Day is April 3, 2024 - Register here!

March

April

  • GPU Day is April 3, 2024 - Register here!

  • Jetstream2: NSF’s Next Generation of Cloud Computing, April 11, 10:00 AM - 11:00 AM. Registration Link.

  • Aloe: The ASU HIPAA-Compliant Supercomputer, April 11, 11:15 AM - 12:15 PM. Registration Link.

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

  • Simplifying Data Transfers with Globus, Zoom, April 17, 11:15 AM - 12:15 PM. Registration Link.

Summer 2024

May

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

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

  • Intro to AI for GLAM (Galleries, Libraries, Archives, and Museums) Carpentry, Zoom, May 8, 11:30 AM - 12:30 PM. Registration Link.

June

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

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

July

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

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

Fall 2024

Schedule coming soon!

GPU Day

Research Computing Expo

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

...