Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tanishkadeep/high-performance-computing
- Owner: tanishkadeep
- Created: 2025-01-07T15:43:42.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-07T15:48:13.000Z (about 1 month ago)
- Last Synced: 2025-01-07T16:23:58.672Z (about 1 month ago)
- Topics: cuda, mpi, openmp
- Language: C
- Homepage:
- Size: 0 Bytes
- Stars: 0
- 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.