Skip to content

Commit c3bfef4

Browse files
author
Ivan Ou
authored
Update README.md
1 parent bd811a7 commit c3bfef4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

hw1/README.md

+17
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1+
# Odd Even Sort Experiment Result
12

3+
- Design serveral experiments to show the scalibility and speedup performance.
4+
- Calculate the IO time, Computation time, Communication time repectively.
5+
6+
### Testcase Size
7+
- Data Size: 536869888
8+
9+
### Single Node with Different Process Number Result
10+
Different Process Performance | Speedup Factor
11+
:-------------------------:|:-------------------------:
12+
![](./time/images/33_single_node_diff_proc_bar.png) | ![](./time/images/33_single_node_diff_proc_line.png)
13+
14+
15+
### Multiple Nodes with Different Process Number Result
16+
Different Process Performance | Speedup Factor
17+
:-------------------------:|:-------------------------:
18+
![](./time/images/33_diff_proc_bar.png) | ![](./time/images/33_diff_proc_line.png)

0 commit comments

Comments
 (0)