Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tanishkadeep/high-performance-computing


https://github.com/tanishkadeep/high-performance-computing

cuda mpi openmp

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

**Program List:**

1. OpenMP parallel program using `#pragma` directive with work-sharing constructs in C.
2. OpenMP program using sections like `omp for` and `omp single`.
3. OpenMP program on parallel constructs.
4. OpenMP program on task construct.
5. OpenMP program using thread-private directives.
6. OpenMP program on thread scheduling.
7. Programs for Point-to-Point MPI calls.
8. CUDA program on broadcasting.