https://github.com/blueskyson/parallel-programming-2021-homework
PARALLEL PROGRAMMING IN C FOR MULTIPROCESSOR
https://github.com/blueskyson/parallel-programming-2021-homework
c cpp mpi openmp pthreads
Last synced: 2 months ago
JSON representation
PARALLEL PROGRAMMING IN C FOR MULTIPROCESSOR
- Host: GitHub
- URL: https://github.com/blueskyson/parallel-programming-2021-homework
- Owner: blueskyson
- Created: 2022-01-18T12:49:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T15:19:16.000Z (over 4 years ago)
- Last Synced: 2025-02-08T22:44:57.576Z (over 1 year ago)
- Topics: c, cpp, mpi, openmp, pthreads
- Language: C++
- Homepage:
- Size: 25.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parallel-programming-2021-homework
PARALLEL PROGRAMMING IN C FOR MULTIPROCESSOR from NCKU. (多處理機平行程式設計)
This repository contains some examples of MPI, OpenMP, Pthread.
- **HW1**: MPI
+ Circuit Satisfiability Problem
+ Monte Carlo Method
- **HW2**: MPI
+ Image Smoothing
- **HW3**:
+ Setup NFS, NIS, MPI on 2 OpenSUSE Virtual Machines
- **HW4**: Pthread
+ Image Smoothing
- **HW5**: Pthread, OpenMP
+ Counting Sort
+ Producer-Consumer for WordCount
- **HW6**: MPI, OpenMP
+ Ant Colony Algorithm