September 2020

XSEDE: OpenMP

This workshop is intended to give C and Fortran programmers a hands-on introduction to OpenMP programming. Attendees will leave with a working knowledge of how to write scalable codes using OpenMP.

Practical High Performance Computing (online)

This workshop follows our “Intro to HPC” workshop, expanding on parallelism and efficiency considerations. The workshop will review compute cluster architecture and proper job allocation. It will also cover a number of ways to make use of parallelism to improve performance of programs running on the cluster including:
- SimpleQueue
- High level parallelism in languages like R and Python
- Multi-threaded C programs
- MPI
Monitoring your jobs to understand their resource requirements and to make sure they are running efficiently, will also be covered.

Pages