Skip to content

terrypang/ihipp-examples

 
 

Repository files navigation

ihipp-examples

This repository is for Interactive Hands-on Introduction to Parallel Programming using OpenMP, MPI, CUDA, OpenCL within "plain" Python 3 notebooks and some Xeus-Cling notebooks for OpenMP and MPI.

Parallel programming in C language consist of OpenMP and MPI examples such as:

#pragma omp parallel
{
   printf("Hello, World\n");
}

Please join PRACE MOOC at FutureLearn for learning the course live.

Requirement for running examples outside FutureLearn

Just use Binder public cloud by clicking on Binder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.9%
  • Other 1.1%