This page is a “Getting Started” guide for educators looking to teach introductory massively parallel programming on GPUs with OpenACC.

The past decade has seen a tectonic shift from serial to parallel computing. No longer the exotic domain of supercomputing, parallel hardware is ubiquitous and software must follow: a serial, sequential program will use less than 1% of a modern PC's computational horsepower and less than 4% of a high-end smartphone. This presents an enormous and critical challenge: we must educate students and programmers to make the most of this new parallel world.  Educators have recognized this need; for example, in the 2013 Curriculum guidelines from ACM and IEEE, parallel computing is stressed as one of the most important new fundamentals to be taught.

Getting Started:

  1. Teach yourself how to use OpenACC on GPUs by visiting the How-To page.
  2. Browser the Education section at openacc.org for content and materials.  You can also find material on the CUDA Education Resources page.
  3. Look at the available textbooks such as:
  4. Apply for access to the CUDA Cloud Training Platform.  The systems available are:
    • NVIDIA Training Cluster – a queue based cluster containing the latest Tesla-class GPUs publically available.  Intended for multi-week classes or workshops.
    • Amazon Interactive Instances – Easily get your students connected to a GPU Instance in the Amazon Cloud.  Intended for single-day classes or workshops.
    • Self-paced labs requiring only a supported browser hosted on nvidia.qwiklab.com.  Great for prerequisite work, homework, or in-class exercises.

Other Resources:

  1. Freely available Massively Open Online Courses (MOOCs):
  2. Participate in sessions, tutorials, and Birds-Of-a-Feather meetings at supercomputing conferences such as SC14,  ISC14, SIGCSE 2014, and many smaller conferences.
  3. NVIDIA’s GPU Technology Conference – many 100s of hours of recorded sessions, GTC Express Webinars, and the GTC 2014 conference.
  4. Attend local GPU or accelerated computing Meetups.
  5. Try out the PGI compiler for free for 30-days here and see about Academic license discounts.