https://github.com/luocfprime/parallel_computation_course_lab
并行计算实验仓库
https://github.com/luocfprime/parallel_computation_course_lab
Last synced: 5 months ago
JSON representation
并行计算实验仓库
- Host: GitHub
- URL: https://github.com/luocfprime/parallel_computation_course_lab
- Owner: luocfprime
- Created: 2023-02-27T03:44:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T04:05:04.000Z (over 2 years ago)
- Last Synced: 2025-08-17T01:36:53.124Z (5 months ago)
- Language: C++
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parallel Computation Course Lab
## lab1: calculate pi
three methods are implemented:
1. integral
2. series
3. monte-carlo
## lab2: multi-thread parallel convolution via pthread
## lab3: multi-process parallel convolution via MPI
## lab4: multi-level parallel convolution via MPI and OpenMP