Skip to content

Commit

Permalink
Renames indices.
Browse files Browse the repository at this point in the history
  • Loading branch information
youngdae committed May 30, 2024
1 parent caba964 commit a840202
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Note that the following table shows correspondence between the casename and the
| case13659pegase | 20K |
| case19402_goc | 34K |

### Figure 5
### Figure 10

To reproduce Figure 5, submit a job with each case file and its parameter values.
For each case with name `casename`, it will generate `output_gpu1_casename.txt`.
Expand All @@ -101,7 +101,7 @@ Branch/iter = 3.94 (millisecs)
```
Here `3.94` miiliseconds will be the input for the `34K` batch size in Figure 5.

### Figure 6
### Figure 11

To reproduce Figure 6, submit a job with each case file, its parameter values, and different GPU number `N`.
It will generate `output_gpu${N}_casename.txt` file for each `casename` where `N` represents the number of GPUs
Expand All @@ -115,7 +115,7 @@ For example, in order to obtain timing results for `case19402_goc` with 6 GPUs,
```
The speedup is `3.94/0.79 = 4.98` in this case. In this way, you can reproduce Figure 6.

### Table 5
### Table 2

```bash
$ ./table5.sh branch_time_file
Expand All @@ -135,7 +135,7 @@ $ ./table5.sh br_time_gpu6_case13659pegase.txt
```
Similarly, you can reproduce load imbalance statistics for other case files.

### Figure 7
### Figure 12

```bash
$ ./figure7.sh branch_time_file
Expand All @@ -148,7 +148,7 @@ $ ./figure7.sh br_time_gpu6_case13659pegase.txt
```
It will generate `br_time_gpu6_case13659pegase.pdf`. The file should look similar to Figure 7.

### Figure 8
### Figure 13

To reproduce Figure 8, we need to execute ExaTron with 40 CPU cores.
For this, we replace the line starting with `jsrun` with the following:
Expand Down
2 changes: 1 addition & 1 deletion figure7.sh → figure12.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# running figure6.sh.

function usage() {
echo "Usage: ./figure7.sh case"
echo "Usage: ./figure12.sh case"
echo " case: the case file containing branch computation time of each GPU"
}

Expand Down
2 changes: 1 addition & 1 deletion table5.sh → table2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export JULIA_CUDA_VERBOSE=1
export JULIA_MPI_BINARY="system"

function usage() {
echo "Usage: ./table5.sh case"
echo "Usage: ./table2.sh case"
echo " case: the case file containing branch computation time of each GPU"
}

Expand Down

0 comments on commit a840202

Please sign in to comment.