Skip to content

Commit d12cd39

Browse files
committed
2 parents 5e5b1dd + 7d336c0 commit d12cd39

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ I provide some template tools for you to calculate IO, CPU and Compute time. Bes
1717
## Lab2
1818
- There are three labs this time including Pthread, OpenMP and hybrid of MPI and OpenMP.
1919
- These three labs require you to do the same problem as the lab1 to calculate how many pixels in a circle.
20+
- Scoreboard rank (Pthread): 4/48
21+
- Scoreboard rank (OpenMP): 3/47
22+
- Scoreboard rank (OpenMP+MPI): 2/48
2023

2124
## HW2
2225
- HW2 needs you implement mandelbrot set with Pthread and hybrid of MPI and OpenMP.
26+
- Scoreboard rank (Pthread): 2/47
27+
- Scoreboard rank (OpenMP+MPI): 2/47
28+
- [Result](./hw2/README.md)

hw2/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Mandelbrot Set Experiment Result
2+
3+
- Design serveral experiment to show the scalability and speedup performance
4+
- Also, design a experiment to show the load balancing result
5+
6+
7+
### Testcase size
8+
- Iteration: 10000
9+
- Single Thread Execution Time: 100 seconds
10+
11+
### Pthread Scalability Result
12+
Speedup Factor | Time Profile
13+
:-------------------------:|:-------------------------:
14+
![](/hw2/hw2_a/speedup/images/strict11_speedup.png) | ![](/hw2/hw2_a/speedup/images/strict11_time_profile_bar.png)
15+
16+
17+
### Hybrid Scalability Result
18+
Speedup Factor | Time Profile
19+
:-------------------------:|:-------------------------:
20+
![](/hw2/hw2_b/speedup/images/strict33_speedup.png) | ![](/hw2/hw2_b/speedup/images/strict33_time_profile_bar.png)
21+
22+
### Load Balancing Result
23+
<p align="center">
24+
<img width="500" height="400" src="/hw2/hw2_a/load_balance/images/strict11_time_profile_bar.png">
25+
</p>

hw2/hw2_107062223.pdf

853 KB
Binary file not shown.

0 commit comments

Comments
 (0)