Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.26 KB

index.rst

File metadata and controls

43 lines (32 loc) · 1.26 KB

HPC Programming Bootcamp

This programming bootcamp on high performance computing (HPC) will cover the principles and practice of writing parallel programs.

List of topics

  • Day 1: Computer architecture, Measuring performance, Optimizing serial code, Parallel hardware
  • Day 2: Parallel programming, Writing OpenMP programs, Profiling parallel applications
  • Day 3: Writing MPI programs, Parallel performance, Optimizing parallel performance
  • Day 4: Task-based programming models, Charm++
.. toctree::
   :maxdepth: 2
   :caption: Contents

   day1
   day2
   day3
   day4


Resources

Indices and tables