https://github.com/gjbex/parallel-programming
Material for a training on parallel programming with MPI, OpenMP and TBB.
https://github.com/gjbex/parallel-programming
mpi openmp parallel-computing tbb
Last synced: 6 months ago
JSON representation
Material for a training on parallel programming with MPI, OpenMP and TBB.
- Host: GitHub
- URL: https://github.com/gjbex/parallel-programming
- Owner: gjbex
- License: cc-by-4.0
- Created: 2023-05-04T12:02:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T06:46:47.000Z (about 1 year ago)
- Last Synced: 2024-05-07T07:39:17.003Z (about 1 year ago)
- Topics: mpi, openmp, parallel-computing, tbb
- Language: Jupyter Notebook
- Homepage:
- Size: 753 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Parallel programming
This repository contains training material for sessions on parallel
programming using OpenMP, MPI and TBB.This is material for C/C++ and Fortran.
**Note: this is work in progress**
The training on MPI and OpenMP is based on material developed by Rolf Rabenseifner (HLRS). I attended his train-the-trainer program.
## What is it?
1. `source-code`: directory that contains the source code used
during presentations and exercise sessions.
1. `LICENSE`: license for this repository's material.
1. `CONTRIBUTING.md`: how to contribute to this material.