Parallel Scientific Computing - May 2011

From oldwiki.scinet.utoronto.ca
Revision as of 23:50, 2 June 2011 by Rzon (talk | contribs) (→‎Videos)
Jump to navigation Jump to search

This was an intensive week-long workshop on Scientific Parallel Programming, held at SciNet on the University of Toronto St. George campus.

Goal

The goal of the workshop was to enable young researchers already experienced in scientific computing to leave with the knowledge necessary to begin writing the parallel codes needed for their research. The workshop consisted of a mix of lectures and immediate feedback on practical assignments, designed to ensure that students leave with significant experience in both OpenMP and MPI, two of the standards for parallel computing today. GPGPU Programming with Cuda was also briefly introduced.

Slides (PDF)

  1. Intro to Class and to Parallel Programming
  2. SciNet Resources
  3. C Review
  4. Introduction to OpenMP
  5. Introduction to MPI
  6. Hydrodynamics
  7. Version Control
  8. Parallel Debugging
  9. N-body Part 1 (openmp) Part 2 (mpi)
  10. I/O Best practices on the parallel file system
  11. CUDA GPU programming

Videos

  1. Intro to Class and to Parallel Programming
    Click for Video
  2. SciNet Resources
    Click for Video
  3. C Review
    Click for Video
  4. Introduction to OpenMP - part 1part 2part 3part 4part 5part 6
    Click for Video Click for Video Click for Video Click for Video Click for Video Click for Video
  5. Introduction to MPI Part 1Part 2
    Click for Video Click for Video
  6. Hydrodynamics
    Click for Video
  7. HPC Best Practices and Version Control
    Click for Video
  8. Parallel Debugging
    Click for Video
  9. N-Body - part 1part 2
    Click for Video Click for Video
  10. I/O on a Parallel File System
    Click for Video
  11. Intro to GPGPU Programming
    Click for Video

Source Code