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

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

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