-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathErrata.html
87 lines (82 loc) · 1.49 KB
/
Errata.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 5px;
text-align: left;
}
</style>
</head>
<body>
<h2>Correction in Fig. 1 (b)</h2>
<p>The paper has two labels in Fig. 1(b) incorrect. Please find the corrected labels in blue color in the following figure:</p>
<img src="CorrectedFigure.jpg" alt="Fig1b">
<h2>Correction in Table 2.</h2>
<p>The paper has discrepency in the <b>number of runs</b> for Hermes for programs Monte and MatMat. The correted values are as follows:</p>
<table style="width:50%">
<caption>Table 2. Performance comparison for multi-path MPI programs.</caption>
<tr>
<th>B'mark</th>
<th>#P</th>
<th>B</th>
<th>D</th>
<th>Hermes Runs</th>
</tr>
<tr>
<td rowspan="4">Monte (0.15)</td>
<td>4</td>
<td>∞</td>
<td></td>
<td>4</td>
</tr>
<tr>
<td>5</td>
<td>∞</td>
<td></td>
<td>5</td>
</tr>
<tr>
<td>6</td>
<td>∞</td>
<td></td>
<td>6</td>
</tr>
<tr>
<td>8</td>
<td>∞</td>
<td></td>
<td>8</td>
</tr>
<tr>
<td rowspan="4">MatrixMul (2X2)</td>
<td>4</td>
<td>∞</td>
<td></td>
<td>5</td>
</tr>
<tr>
<td>5</td>
<td>∞</td>
<td></td>
<td>5</td>
</tr>
<tr>
<td>6</td>
<td>∞</td>
<td></td>
<td>5</td>
</tr>
<tr>
<td>8</td>
<td>∞</td>
<td></td>
<td>5</td>
</tr>
</table>
</body>
</html>