Skip to content

Commit

Permalink
Update scalability analysis for n=8
Browse files Browse the repository at this point in the history
  • Loading branch information
xumingkuan committed Apr 6, 2022
1 parent f3f1be6 commit 73195f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ To reproduce the scalability analysis results, run the following script after ge
bash run_scalability.sh
```

This script runs for about 27 hours.
The results are stored in `scalability_{n}{q}.txt` where `n` ranges from 1 to 7, and `q` ranges from 1 to 4 (if `n` is 7 then the upper bound of `q` is 3).
This script runs for about 27 hours. For `n=8`, some threads will run for about 2 days, but the result will not change after 27 hours.
The results are stored in `scalability_{n}{q}.txt` where `n` ranges from 1 to 8, and `q` ranges from 1 to 4 (if `n` is 7 or 8, then the upper bound of `q` is 3).
You can run `python extract_results.py scalability_{n}{q}.txt` to see the results.

##### On Windows
Expand Down
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,8 @@ To reproduce the scalability analysis results, run the following script after ge
bash run_scalability.sh
```

This script runs for about 27 hours.
The results are stored in `scalability_{n}{q}.txt` where `n` ranges from 1 to 7, and `q` ranges from 1 to 4 (if `n` is 7 then the upper bound of `q` is 3).
This script runs for about 27 hours. For `n=8`, some threads will run for about 2 days, but the result will not change after 27 hours.
The results are stored in `scalability_{n}{q}.txt` where `n` ranges from 1 to 8, and `q` ranges from 1 to 4 (if `n` is 7 or 8, then the upper bound of `q` is 3).
You can run `python extract_results.py scalability_{n}{q}.txt` to see the results.

##### On Windows
Expand Down

0 comments on commit 73195f1

Please sign in to comment.