https://github.com/tanishkadeep/high-performance-computing
https://github.com/tanishkadeep/high-performance-computing
cuda mpi openmp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanishkadeep/high-performance-computing
- Owner: tanishkadeep
- Created: 2025-01-07T15:43:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T19:00:00.000Z (6 months ago)
- Last Synced: 2025-02-26T22:18:01.763Z (5 months ago)
- Topics: cuda, mpi, openmp
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.