Versions Compared

Key

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

...

...

...

  • TBP

Research Computing Expo

...

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

...

Summer 2024

Excerpt
nameSpring 2024 Training

AI Ignition: Fueling Your Knowledge, Zoom, June 2024 (Date and Additional Details Coming Soon!) - View our current program and sign up for updates here.

May

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

...