https://github.com/prawater/parallel_computing
Take home exercises & assignments from CS F422 (BITS Pilani)
https://github.com/prawater/parallel_computing
openmp openmpi
Last synced: 5 months ago
JSON representation
Take home exercises & assignments from CS F422 (BITS Pilani)
- Host: GitHub
- URL: https://github.com/prawater/parallel_computing
- Owner: PraWater
- Created: 2025-02-15T09:46:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-30T21:35:01.000Z (9 months ago)
- Last Synced: 2025-04-30T22:33:32.877Z (9 months ago)
- Topics: openmp, openmpi
- Language: C
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parallel Computing
- [Take home exercise 1](take_home_exercise_1) - Cache coherence and barriers
- [Take home exercise 2](take_home_exercise_2) - Parallelizing using OpenMP
- [Take home exercise 3](take_home_exercise_3) - Interprocess communication with MPI
- [Take home exercise 4](take_home_exercise_4) - Combining OpenMP with MPI
- [Assignment](assignment) - GPU Programming