https://github.com/danzigerrr/high-performance-computing-practice
https://github.com/danzigerrr/high-performance-computing-practice
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/danzigerrr/high-performance-computing-practice
- Owner: Danzigerrr
- License: mit
- Created: 2024-03-08T09:55:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T07:31:50.000Z (about 2 years ago)
- Last Synced: 2025-01-22T18:34:25.734Z (over 1 year ago)
- Language: C
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# High-performance-computing-practice
The purpose of this tasks is to get familiar with chosen parallel programming frameworks for clusters, CPU and GPU.
## Tasks for each lab:
1. MPI framework - basics
2. MPI framework – master/slave scheme
3. MPI framework – non-blocking functions
4. OpenMP framework – basics
5. MPI framework – multithreading
6. CUDA framework – basiscs