An open API service indexing awesome lists of open source software.

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)

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