Skip to content

Commit 6f4da37

Browse files
authored
Replace master branch with page content via GitHub
1 parent 1be4fa1 commit 6f4da37

File tree

7 files changed

+468
-252
lines changed

7 files changed

+468
-252
lines changed

images/bg_hr.png

78 Bytes
Loading

images/blacktocat.png

195 Bytes
Loading

images/icon_download.png

216 Bytes
Loading

images/sprite_download.png

14.5 KB
Loading

index.html

Lines changed: 58 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,33 @@
11
<!DOCTYPE html>
2-
<html lang="en-us">
2+
<html>
3+
34
<head>
4-
<meta charset="UTF-8">
5-
<title>CPU Hackers by CPUhackers</title>
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
8-
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
9-
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
10-
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
5+
<meta charset='utf-8'>
6+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
7+
<meta name="description" content="CPU Hackers : Where we tinker with the inner core and share the results">
8+
9+
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
10+
11+
<title>CPU Hackers</title>
1112
</head>
13+
1214
<body>
13-
<section class="page-header">
14-
<h1 class="project-name">CPU Hackers</h1>
15-
<h2 class="project-tagline">Where we tinker with the inner core and share the results</h2>
16-
</section>
1715

18-
<section class="main-content">
19-
<h2>
16+
<!-- HEADER -->
17+
<div id="header_wrap" class="outer">
18+
<header class="inner">
19+
<a id="forkme_banner" href="https://github.com/CPUhackers">View on GitHub</a>
20+
21+
<h1 id="project_title">CPU Hackers</h1>
22+
<h2 id="project_tagline">Where we tinker with the inner core and share the results</h2>
23+
24+
</header>
25+
</div>
26+
27+
<!-- MAIN CONTENT -->
28+
<div id="main_content_wrap" class="outer">
29+
<section id="main_content" class="inner">
30+
<h2>
2031
<a id="how-to-change-the-cpu-frequency" class="anchor" href="#how-to-change-the-cpu-frequency" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>How To Change The CPU Frequency?</h2>
2132

2233
<h3>
@@ -259,7 +270,7 @@ <h2>
259270
</table>
260271

261272
<h2>
262-
<a id="comparison-of-governors" class="anchor" href="#comparison-of-governors" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Comparison of Governors</h2>
273+
<a id="comparison-of-governors-using-lulesh" class="anchor" href="#comparison-of-governors-using-lulesh" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Comparison of Governors Using Lulesh</h2>
263274

264275
<h2>
265276
<a id="time" class="anchor" href="#time" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Time</h2>
@@ -275,6 +286,7 @@ <h2>
275286
<th>Rounder @ 1</th>
276287
<th>Rounder @ 2</th>
277288
<th>Rounder @ 5</th>
289+
<th>Tebalo</th>
278290
</tr>
279291
</thead>
280292
<tbody>
@@ -287,6 +299,7 @@ <h2>
287299
<td>43.21</td>
288300
<td>41.91</td>
289301
<td>43.46</td>
302+
<td>32.76</td>
290303
</tr>
291304
<tr>
292305
<td>Lulesh @ 35</td>
@@ -297,6 +310,7 @@ <h2>
297310
<td>79.10</td>
298311
<td>82.87</td>
299312
<td>77.30</td>
313+
<td>57.12</td>
300314
</tr>
301315
<tr>
302316
<td>Lulesh @ 40</td>
@@ -307,6 +321,7 @@ <h2>
307321
<td>136.79</td>
308322
<td>128.67</td>
309323
<td>132.02</td>
324+
<td>98.34</td>
310325
</tr>
311326
<tr>
312327
<td>Lulesh @ 45</td>
@@ -317,6 +332,7 @@ <h2>
317332
<td>217.00</td>
318333
<td>225.11</td>
319334
<td>209.52</td>
335+
<td>162.65</td>
320336
</tr>
321337
</tbody>
322338
</table>
@@ -335,6 +351,7 @@ <h2>
335351
<th>Rounder @ 1</th>
336352
<th>Rounder @ 2</th>
337353
<th>Rounder @ 5</th>
354+
<th>Tebalo</th>
338355
</tr>
339356
</thead>
340357
<tbody>
@@ -347,6 +364,7 @@ <h2>
347364
<td>55,53</td>
348365
<td>56,55</td>
349366
<td>55,53</td>
367+
<td>57, 55</td>
350368
</tr>
351369
<tr>
352370
<td>Lulesh @ 35</td>
@@ -357,6 +375,7 @@ <h2>
357375
<td>56,55</td>
358376
<td>56,55</td>
359377
<td>55,53</td>
378+
<td>57, 55</td>
360379
</tr>
361380
<tr>
362381
<td>Lulesh @ 40</td>
@@ -367,6 +386,7 @@ <h2>
367386
<td>57,56</td>
368387
<td>58,56</td>
369388
<td>57,54</td>
389+
<td>59, 56</td>
370390
</tr>
371391
<tr>
372392
<td>Lulesh @ 45</td>
@@ -377,6 +397,7 @@ <h2>
377397
<td>57,55</td>
378398
<td>57,55</td>
379399
<td>58,56</td>
400+
<td>58, 56</td>
380401
</tr>
381402
</tbody>
382403
</table>
@@ -395,6 +416,7 @@ <h2>
395416
<th>Rounder @ 1</th>
396417
<th>Rounder @ 2</th>
397418
<th>Rounder @ 5</th>
419+
<th>Tebalo</th>
398420
</tr>
399421
</thead>
400422
<tbody>
@@ -407,6 +429,7 @@ <h2>
407429
<td>41, 41</td>
408430
<td>41,39</td>
409431
<td>39,38</td>
432+
<td>42, 42</td>
410433
</tr>
411434
<tr>
412435
<td>Lulesh @ 35</td>
@@ -417,6 +440,7 @@ <h2>
417440
<td>39, 39</td>
418441
<td>40,39</td>
419442
<td>41,39</td>
443+
<td>40. 41</td>
420444
</tr>
421445
<tr>
422446
<td>Lulesh @ 40</td>
@@ -427,6 +451,7 @@ <h2>
427451
<td>40, 40</td>
428452
<td>41,40</td>
429453
<td>42,40</td>
454+
<td>41, 40</td>
430455
</tr>
431456
<tr>
432457
<td>Lulesh @ 45</td>
@@ -437,6 +462,7 @@ <h2>
437462
<td>42, 40</td>
438463
<td>40,39</td>
439464
<td>41,39</td>
465+
<td>36, 36</td>
440466
</tr>
441467
</tbody>
442468
</table>
@@ -454,8 +480,8 @@ <h2>
454480
<th>Performance</th>
455481
<th>Rounder @ 1</th>
456482
<th>Rounder @ 2</th>
457-
<th>Rounder <a href="https://github.com/5" class="user-mention">@5</a>
458-
</th>
483+
<th>Rounder @ 5</th>
484+
<th>Average Temparature</th>
459485
</tr>
460486
</thead>
461487
<tbody>
@@ -468,6 +494,7 @@ <h2>
468494
<td>49.68, 48.22</td>
469495
<td>49.22,47.97</td>
470496
<td>49.03,46.55</td>
497+
<td>54.27, 51.84</td>
471498
</tr>
472499
<tr>
473500
<td>Lulesh @ 35</td>
@@ -478,6 +505,7 @@ <h2>
478505
<td>49.57, 48.52</td>
479506
<td>50.04,48.94</td>
480507
<td>48.36,46.01</td>
508+
<td>52.93, 52.49</td>
481509
</tr>
482510
<tr>
483511
<td>Lulesh @ 40</td>
@@ -488,6 +516,7 @@ <h2>
488516
<td>50.79, 49.79</td>
489517
<td>51.21,50.01</td>
490518
<td>50.05,47.76</td>
519+
<td>53.86, 52.97</td>
491520
</tr>
492521
<tr>
493522
<td>Lulesh @ 45</td>
@@ -498,10 +527,14 @@ <h2>
498527
<td>50.65, 48.16</td>
499528
<td>50.99,48.60</td>
500529
<td>50.68,48.57</td>
530+
<td>52.12, 51.23</td>
501531
</tr>
502532
</tbody>
503533
</table>
504534

535+
<h1>
536+
<a id="comparison-of-tebalo-and-ondemand-using-graph100" class="anchor" href="#comparison-of-tebalo-and-ondemand-using-graph100" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Comparison of Tebalo and Ondemand using Graph100</h1>
537+
505538
<h2>
506539
<a id="time-1" class="anchor" href="#time-1" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Time</h2>
507540

@@ -571,14 +604,17 @@ <h2>
571604
</tr>
572605
</tbody>
573606
</table>
607+
</section>
608+
</div>
574609

575-
<footer class="site-footer">
576-
577-
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
610+
<!-- FOOTER -->
611+
<div id="footer_wrap" class="outer">
612+
<footer class="inner">
613+
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
578614
</footer>
615+
</div>
579616

580-
</section>
617+
581618

582-
583619
</body>
584620
</html>

params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "CPU Hackers",
33
"tagline": "Where we tinker with the inner core and share the results",
4-
"body": "\r\n\r\n##How To Change The CPU Frequency?\r\n\r\n###Installation\r\n\r\n```\r\nsudo apt-get install cpufrequtils\r\n```\r\n\r\n###Running\r\n\r\nSave the below in a set_freq.sh file\r\n```sh\r\nsudo cpufreq-set -c0 -g userspace\r\nsudo cpufreq-set -c1 -g userspace\r\nsudo cpufreq-set -c2 -g userspace\r\nsudo cpufreq-set -c3 -g userspace\r\n\r\nsudo cpufreq-set -c0 -f $1GHz\r\nsudo cpufreq-set -c1 -f $1GHz\r\nsudo cpufreq-set -c2 -f $1GHz\r\nsudo cpufreq-set -c3 -f $1GHz\r\n\r\n\r\ncat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq\r\ncat /sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq\r\ncat /sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq\r\ncat /sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq\r\n\r\n```\r\n\r\nNow execute \r\n\r\n```\r\nchmod +x set_freq.sh\r\n```\r\n\r\nTo change the frequncy exeucute the below command\r\n\r\n```\r\n./set_freq.sh 2.2\r\n```\r\n\r\nThe available freqencies can be found by \r\n\r\n```\r\nmore cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies\r\n```\r\n\r\n##Running Benchmarks\r\n\r\nWe used [Lulesh benchmark](https://codesign.llnl.gov/lulesh.php) for studying the change in temperature and execution time with change in frequency\r\n\r\n##Results\r\n\r\n| Frequency | Temp Core 1 ℃ | Temp Core ℃ | Execution Time in Seconds |\r\n| ------------- |:-------------:| -----:| ----:|\r\n| 1197000 | 35 | 37 | 79.65 |\r\n| 2261000 | 39 | 43 | 40.34 |\r\n| 2394000 | 39 | 43 | 39.49 |\r\n| 2527000 | 41 | 44 | 37.05 |\r\n| 2660000 | 43 | 45 | 35.52 |\r\n| 2793000 | 43 | 45 | 34.26 |\r\n| 2926000 | 43 | 46 | 33.70 |\r\n| 3059000 | 44 | 47 | 32.27 |\r\n| 3192000 | 45 | 48 | 30.74 |\r\n| 3193000 | 45 | 50 | 31.15 |\r\n\r\n\r\n\r\n### Frequency vs Tempararture Graph\r\n\r\n![Temparature-Frequency](images/freq-temp.png) \r\n\r\n### Frequency vs Time Graph\r\n\r\n![Time-Frequency](images/time-freq.png) \r\n\r\n##Temparature reading in HPC Computer\r\n\r\n![Silp Temparature Reading](images/temparature-silp.png)\r\n\r\n##How to read CPU voltage for 64 bit computer\r\n\r\n```bash\r\n sudo apt-get install msr-tools\r\n sudo modprobe msr\r\n sudo rdmsr 408 --bitfield 47:32 --decimal --processor 0\r\n ```\r\n \r\nThe value of register 408(x198) can be used to calculate the value of voltage. \r\nThe value obtained from 32:47 bits on multiplying with (1 / 2^^13) gives the voltage.\r\n\r\n##Comparison of Frequency Vs Voltage\r\n\r\n\r\n|Max Frequency| Max Voltage |Min Voltage |\r\n|---------|:-------------:|-------:|\r\n|1.2 GHz|0.86890 Volt|0.70386 Volt|\r\n|1.4 GHz|0.86890 Volt|0.71838 Volt|\r\n|1.6 GHz|0.86890 Volt|0.73291 Volt|\r\n|1.8 GHz|0.86890 Volt|0.75232 Volt|\r\n|2.0 GHz|0.87366 Volt|0.81055 Volt|\r\n|2.2 GHz|0.87366 Volt|0.80579 Volt|\r\n|2.4 GHz|0.90771 Volt|0.86890 Volt|\r\n\r\n\r\n###Graph\r\n\r\n![Freq vs Voltage](images/freqvsvol.png)\r\n\r\n##Time for Various Programs \r\n\r\n|Program |Userspace Time| Ondemand Time|\r\n|--------------------|--------------|--------------|\r\n|Compress 10gb file|01:55 Min|01:20 Min|\r\n|Lulesh2.0|48.41 Sec|42.99 Sec|\r\n|Convert File To Pdf - LibreOffice|6.41 Sec |4.30 Sec|\r\n|Copy 1 GB|16.128 Sec|17.356 Sec|\r\n\r\n##Comparison of Governors\r\n\r\n##Time\r\n\r\n|Program |Ondemand |Conservative | Powersave| Performance| Rounder @ 1| Rounder @ 2| Rounder @ 5|\r\n|--------------|-------------|--------------|----------|------------|------------|------------|------------|\r\n|Lulesh @ 30 |29.76\t\t |31.35 |74.26 |30.89 |43.21 |41.91 |43.46 |\r\n|Lulesh @ 35 |56.16 |56.80 |132.25 |57.02 |79.10 |82.87 |77.30 |\r\n|Lulesh @ 40 |97.24 |96.40 |215.02 |95.29 |136.79 |128.67 |132.02 |\r\n|Lulesh @ 45 |159.65 |175.90 |359.83 |157.57 |217.00 |225.11 |209.52 |\r\n\r\n\r\n##Max Temparatue \r\n\r\n|Program |Ondemand |Conservative | Powersave|Performance| Rounder @ 1 |Rounder @ 2 |Rounder @ 5 |\r\n|--------------|-------------|--------------|-----------|-----------| ------------|------------|------------|\r\n|Lulesh @ 30 |58,57\t\t |56,55 |44,43 |56,55 |55,53 |56,55 |55,53 |\r\n|Lulesh @ 35 |58,56 |58,56 |45,44 |57,56 |56,55 |56,55 |55,53 |\r\n|Lulesh @ 40 |60,58 |60,59 |45,44 |59,57 |57,56 |58,56 |57,54 |\r\n|Lulesh @ 45 |59, 57 |60,57 |44,42 |63,57 |57,55 |57,55 |58,56 |\r\n\r\n\r\n\r\n##Min Temparatue\r\n\r\n\r\n|Program |Ondemand |Conservative |Powersave|Performance| Rounder @ 1|Rounder @ 2|Rounder @ 5|\r\n|--------------|-------------|--------------|---------|-----------|------------|-----------|-----------|\r\n|Lulesh @ 30 |44,43\t\t |39,40 |40,40 | 42,42 | 41, 41 |41,39\t |39,38 |\r\n|Lulesh @ 35 |41,40 |39,39 |39,39 | 44,42 | 39, 39 |40,39 |41,39 |\r\n|Lulesh @ 40 |41,41 \t |41,40 |39,39 | 47,45 | 40, 40 |41,40 |42,40 |\r\n|Lulesh @ 45 |37, 36 |39,37 |38,37 | 43,40 | 42, 40 |40,39 |41,39 |\r\n\r\n\r\n##Average Temparature\r\n\r\n\r\n|Program \t|Ondemand |Conservative |Powersave |Performance | Rounder @ 1 |Rounder @ 2 | Rounder @5| \r\n|--------------|-----------------|--------------|--------------|------------|--------------|------------|------------|\r\n|Lulesh @ 30 |56.63,55.35\t\t |54.11, 52.81 |42.53, 41.92 |53.53,52.67 | 49.68, 48.22 |49.22,47.97 |49.03,46.55 |\r\n|Lulesh @ 35 |55.32,53.96 |55.01, 53.62 |43.46,42.32 |55.37,53.79 | 49.57, 48.52 |50.04,48.94 |48.36,46.01 |\r\n|Lulesh @ 40 |57.01,55.38 |57.09, 55.80 |43.71,42.67 |56.63,55.08 | 50.79, 49.79 |51.21,50.01 |50.05,47.76 |\r\n|Lulesh @ 45 |55.51,52.91 |56.34, 53.82 |43.08, 40.57 |56.72,53.75 | 50.65, 48.16 |50.99,48.60 |50.68,48.57 |\r\n\r\n##Time\r\n\r\n|Program |Ondemand(s) |Tebalo(s) |\r\n|--------------- |----------|---------|\r\n|Graph 1k |2.39 |2.89 |\r\n|Graph 5k | 16.45 | 17.53 |\r\n|Graph 10k |46.78 | 48.46 |\r\n|Graph 20k | 140.56 |143 |\r\n\r\n##Average Temperature\r\n|Program |Ondemand(s) |Tebalo(s) |\r\n|--------------- |----------|---------|\r\n|Graph 1k |56.63,55.35 |20.24 |\r\n|Graph 5k |27.45 |28.42 |\r\n|Graph 10k |48.52 |52.24 |\r\n|Graph 20k |84.33 |88.41 |\r\n\r\n",
4+
"body": "\r\n\r\n##How To Change The CPU Frequency?\r\n\r\n###Installation\r\n\r\n```\r\nsudo apt-get install cpufrequtils\r\n```\r\n\r\n###Running\r\n\r\nSave the below in a set_freq.sh file\r\n```sh\r\nsudo cpufreq-set -c0 -g userspace\r\nsudo cpufreq-set -c1 -g userspace\r\nsudo cpufreq-set -c2 -g userspace\r\nsudo cpufreq-set -c3 -g userspace\r\n\r\nsudo cpufreq-set -c0 -f $1GHz\r\nsudo cpufreq-set -c1 -f $1GHz\r\nsudo cpufreq-set -c2 -f $1GHz\r\nsudo cpufreq-set -c3 -f $1GHz\r\n\r\n\r\ncat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq\r\ncat /sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq\r\ncat /sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq\r\ncat /sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq\r\n\r\n```\r\n\r\nNow execute \r\n\r\n```\r\nchmod +x set_freq.sh\r\n```\r\n\r\nTo change the frequncy exeucute the below command\r\n\r\n```\r\n./set_freq.sh 2.2\r\n```\r\n\r\nThe available freqencies can be found by \r\n\r\n```\r\nmore cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies\r\n```\r\n\r\n##Running Benchmarks\r\n\r\nWe used [Lulesh benchmark](https://codesign.llnl.gov/lulesh.php) for studying the change in temperature and execution time with change in frequency\r\n\r\n##Results\r\n\r\n| Frequency | Temp Core 1 ℃ | Temp Core ℃ | Execution Time in Seconds |\r\n| ------------- |:-------------:| -----:| ----:|\r\n| 1197000 | 35 | 37 | 79.65 |\r\n| 2261000 | 39 | 43 | 40.34 |\r\n| 2394000 | 39 | 43 | 39.49 |\r\n| 2527000 | 41 | 44 | 37.05 |\r\n| 2660000 | 43 | 45 | 35.52 |\r\n| 2793000 | 43 | 45 | 34.26 |\r\n| 2926000 | 43 | 46 | 33.70 |\r\n| 3059000 | 44 | 47 | 32.27 |\r\n| 3192000 | 45 | 48 | 30.74 |\r\n| 3193000 | 45 | 50 | 31.15 |\r\n\r\n\r\n\r\n### Frequency vs Tempararture Graph\r\n\r\n![Temparature-Frequency](images/freq-temp.png) \r\n\r\n### Frequency vs Time Graph\r\n\r\n![Time-Frequency](images/time-freq.png) \r\n\r\n##Temparature reading in HPC Computer\r\n\r\n![Silp Temparature Reading](images/temparature-silp.png)\r\n\r\n##How to read CPU voltage for 64 bit computer\r\n\r\n```bash\r\n sudo apt-get install msr-tools\r\n sudo modprobe msr\r\n sudo rdmsr 408 --bitfield 47:32 --decimal --processor 0\r\n ```\r\n \r\nThe value of register 408(x198) can be used to calculate the value of voltage. \r\nThe value obtained from 32:47 bits on multiplying with (1 / 2^^13) gives the voltage.\r\n\r\n##Comparison of Frequency Vs Voltage\r\n\r\n\r\n|Max Frequency| Max Voltage |Min Voltage |\r\n|---------|:-------------:|-------:|\r\n|1.2 GHz|0.86890 Volt|0.70386 Volt|\r\n|1.4 GHz|0.86890 Volt|0.71838 Volt|\r\n|1.6 GHz|0.86890 Volt|0.73291 Volt|\r\n|1.8 GHz|0.86890 Volt|0.75232 Volt|\r\n|2.0 GHz|0.87366 Volt|0.81055 Volt|\r\n|2.2 GHz|0.87366 Volt|0.80579 Volt|\r\n|2.4 GHz|0.90771 Volt|0.86890 Volt|\r\n\r\n\r\n###Graph\r\n\r\n![Freq vs Voltage](images/freqvsvol.png)\r\n\r\n##Time for Various Programs \r\n\r\n|Program |Userspace Time| Ondemand Time|\r\n|--------------------|--------------|--------------|\r\n|Compress 10gb file|01:55 Min|01:20 Min|\r\n|Lulesh2.0|48.41 Sec|42.99 Sec|\r\n|Convert File To Pdf - LibreOffice|6.41 Sec |4.30 Sec|\r\n|Copy 1 GB|16.128 Sec|17.356 Sec|\r\n\r\n##Comparison of Governors Using Lulesh\r\n\r\n##Time\r\n\r\n|Program |Ondemand |Conservative | Powersave| Performance| Rounder @ 1| Rounder @ 2| Rounder @ 5|Tebalo|\r\n|--------------|-------------|--------------|----------|------------|------------|------------|------------|------|\r\n|Lulesh @ 30 |29.76\t\t |31.35 |74.26 |30.89 |43.21 |41.91 |43.46 |32.76 |\r\n|Lulesh @ 35 |56.16 |56.80 |132.25 |57.02 |79.10 |82.87 |77.30 |57.12 |\r\n|Lulesh @ 40 |97.24 |96.40 |215.02 |95.29 |136.79 |128.67 |132.02 |98.34 |\r\n|Lulesh @ 45 |159.65 |175.90 |359.83 |157.57 |217.00 |225.11 |209.52 |162.65|\r\n\r\n\r\n##Max Temparatue \r\n\r\n|Program |Ondemand |Conservative | Powersave|Performance| Rounder @ 1 |Rounder @ 2 |Rounder @ 5 |Tebalo|\r\n|--------------|-------------|--------------|-----------|-----------| ------------|------------|------------|------|\r\n|Lulesh @ 30 |58,57\t\t |56,55 |44,43 |56,55 |55,53 |56,55 |55,53 |57, 55|\r\n|Lulesh @ 35 |58,56 |58,56 |45,44 |57,56 |56,55 |56,55 |55,53 |57, 55|\r\n|Lulesh @ 40 |60,58 |60,59 |45,44 |59,57 |57,56 |58,56 |57,54 |59, 56|\r\n|Lulesh @ 45 |59, 57 |60,57 |44,42 |63,57 |57,55 |57,55 |58,56 |58, 56|\r\n\r\n\r\n\r\n##Min Temparatue\r\n\r\n\r\n|Program |Ondemand |Conservative |Powersave|Performance| Rounder @ 1|Rounder @ 2|Rounder @ 5|Tebalo|\r\n|--------------|-------------|--------------|---------|-----------|------------|-----------|-----------|------|\r\n|Lulesh @ 30 |44,43\t\t |39,40 |40,40 | 42,42 | 41, 41 |41,39\t |39,38 |42, 42|\r\n|Lulesh @ 35 |41,40 |39,39 |39,39 | 44,42 | 39, 39 |40,39 |41,39 |40. 41|\r\n|Lulesh @ 40 |41,41 \t |41,40 |39,39 | 47,45 | 40, 40 |41,40 |42,40 |41, 40|\r\n|Lulesh @ 45 |37, 36 |39,37 |38,37 | 43,40 | 42, 40 |40,39 |41,39 |36, 36|\r\n\r\n\r\n##Average Temparature\r\n\r\n\r\n|Program \t|Ondemand |Conservative |Powersave |Performance | Rounder @ 1 |Rounder @ 2 | Rounder @ 5|Average Temparature|\r\n|--------------|-----------------|--------------|--------------|------------|--------------|------------|------------|-------------------|\r\n|Lulesh @ 30 |56.63,55.35\t\t |54.11, 52.81 |42.53, 41.92 |53.53,52.67 | 49.68, 48.22 |49.22,47.97 |49.03,46.55 |54.27, 51.84|\r\n|Lulesh @ 35 |55.32,53.96 |55.01, 53.62 |43.46,42.32 |55.37,53.79 | 49.57, 48.52 |50.04,48.94 |48.36,46.01 |52.93, 52.49|\r\n|Lulesh @ 40 |57.01,55.38 |57.09, 55.80 |43.71,42.67 |56.63,55.08 | 50.79, 49.79 |51.21,50.01 |50.05,47.76 |53.86, 52.97|\r\n|Lulesh @ 45 |55.51,52.91 |56.34, 53.82 |43.08, 40.57 |56.72,53.75 | 50.65, 48.16 |50.99,48.60 |50.68,48.57 |52.12, 51.23|\r\n\r\n# Comparison of Tebalo and Ondemand using Graph100\r\n##Time\r\n\r\n|Program |Ondemand(s) |Tebalo(s) |\r\n|--------------- |----------|---------|\r\n|Graph 1k |2.39 |2.89 |\r\n|Graph 5k | 16.45 | 17.53 |\r\n|Graph 10k |46.78 | 48.46 |\r\n|Graph 20k | 140.56 |143 |\r\n\r\n##Average Temperature\r\n|Program |Ondemand(s) |Tebalo(s) |\r\n|--------------- |----------|---------|\r\n|Graph 1k |56.63,55.35 |20.24 |\r\n|Graph 5k |27.45 |28.42 |\r\n|Graph 10k |48.52 |52.24 |\r\n|Graph 20k |84.33 |88.41 |\r\n\r\n",
55
"google": "",
66
"note": "Don't delete this file! It's used internally to help with page regeneration."
77
}

0 commit comments

Comments
 (0)