Difference between revisions of "Parallel Scientific Computing - May 2011"

From oldwiki.scinet.utoronto.ca
Jump to navigation Jump to search
m
Line 4: Line 4:
  
 
==Lectures==
 
==Lectures==
# [https://support.scinet.utoronto.ca/CourseVideo/PPPcourse/Monday_Morning_Intro_Parallel/Monday_Morning_Intro_Parallel.mp4 Intro to Class and to Parallel Programming] <br />[[File:MonMorIntro_FirstFrame.png|180px|Click for Video|link=https://support.scinet.utoronto.ca/CourseVideo/PPPcourse/Monday_Morning_Intro_Parallel/Monday_Morning_Intro_Parallel.mp4]]  <br />[[Media:Monday_Morning_Intro_Parallel.pdf|Slides]]
+
# [http://support.scinet.utoronto.ca/CourseVideo/PPPcourse/Monday_Morning_Intro_Parallel/Monday_Morning_Intro_Parallel.mp4 Intro to Class and to Parallel Programming] <br />[[File:MonMorIntro_FirstFrame.png|180px|Click for Video|link=https://support.scinet.utoronto.ca/CourseVideo/PPPcourse/Monday_Morning_Intro_Parallel/Monday_Morning_Intro_Parallel.mp4]]  <br />[[Media:Monday_Morning_Intro_Parallel.pdf|Slides]]
 
# [https://support.scinet.utoronto.ca/CourseVideo/PPPcourse/Monday_Morning_SciNet_Resources/Monday_Morning_SciNet_Resources.mp4 SciNet Resources] <br />[[File:MonMorSN_FirstFrame.png|180px|Click for Video|link=https://support.scinet.utoronto.ca/CourseVideo/PPPcourse/Monday_Morning_SciNet_Resources/Monday_Morning_SciNet_Resources.mp4]] <br />[[Media:Monday_Morning_SciNet_Resources.pdf|Slides]]
 
# [https://support.scinet.utoronto.ca/CourseVideo/PPPcourse/Monday_Morning_SciNet_Resources/Monday_Morning_SciNet_Resources.mp4 SciNet Resources] <br />[[File:MonMorSN_FirstFrame.png|180px|Click for Video|link=https://support.scinet.utoronto.ca/CourseVideo/PPPcourse/Monday_Morning_SciNet_Resources/Monday_Morning_SciNet_Resources.mp4]] <br />[[Media:Monday_Morning_SciNet_Resources.pdf|Slides]]
 
# [https://support.scinet.utoronto.ca/CourseVideo/PPPcourse/Monday_Morning_C_Review/Monday_Morning_C_Review.mp4 C Review] <br />[[File:MonMorC_FirstFrame.png|180px|Click for Video|link=https://support.scinet.utoronto.ca/CourseVideo/PPPcourse/Monday_Morning_C_Review/Monday_Morning_C_Review.mp4]] <br />[[Media:Monday_Morning_C_Review.pdf| Slides]]
 
# [https://support.scinet.utoronto.ca/CourseVideo/PPPcourse/Monday_Morning_C_Review/Monday_Morning_C_Review.mp4 C Review] <br />[[File:MonMorC_FirstFrame.png|180px|Click for Video|link=https://support.scinet.utoronto.ca/CourseVideo/PPPcourse/Monday_Morning_C_Review/Monday_Morning_C_Review.mp4]] <br />[[Media:Monday_Morning_C_Review.pdf| Slides]]

Revision as of 10:51, 3 June 2011

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

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.

Lectures

  1. Intro to Class and to Parallel Programming
    Click for Video
    Slides
  2. SciNet Resources
    Click for Video
    Slides
  3. C Review
    Click for Video
    Slides
  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
    Slides of all 6 OpenMP parts
  5. Introduction to MPI Part 1Part 2
    Click for Video Click for Video
    Slides of both MPI parts
  6. Hydrodynamics
    Click for Video
    Slides
  7. HPC Best Practices and Version Control
    Click for Video
    Slides
  8. Parallel Debugging
    Click for Video
    Slides
  9. N-Body - part 1part 2
    Click for Video Click for Video
    Slides of the OpenMP part Slides of the MPI part
  10. I/O on a Parallel File System
    Click for Video
    Slides
  11. Intro to GPGPU Programming
    Click for Video
    Slides

Source Code