Skip to content

Commit

Permalink
2st version for new Assignment 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang-RQ committed Mar 14, 2024
1 parent 12fc16e commit 5adf6d1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/assignments/1.mpi_async.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ mpicxx mpi_async.cpp -O3 -std=c++11 -o mpi_async
| 3 | 32 | | |
| 4 | 64 | | |
| 5 | 128 | | |
| 6 | 262144 | | |
| 7 | 524288 | | |
| 8 | 1048576 | | |
| 9 | 2097152 | | |
| 10 | 4194304 | | |
| 6 | 65536 | | |
| 7 | 131072 | | |
| 8 | 262144 | | |
| 9 | 524288 | | |
| 10 | 1048576 | | |

并回答问题:

Expand All @@ -80,11 +80,11 @@ mpicxx mpi_async.cpp -O3 -std=c++11 -o mpi_async
| 3 | 32 | | |
| 4 | 64 | | |
| 5 | 128 | | |
| 6 | 65536 | | |
| 7 | 131072 | | |
| 8 | 262144 | | |
| 9 | 524288 | | |
| 10 | 1048576 | | |
| 6 | 65536 | | |
| 7 | 131072 | | |
| 8 | 262144 | | |
| 9 | 524288 | | |
| 10 | 1048576 | | |

并回答问题:

Expand Down

0 comments on commit 5adf6d1

Please sign in to comment.