summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu>2010-05-19 15:50:27 -0400
committerBjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu>2010-05-19 15:50:27 -0400
commitfd221f83a619ce00eda82d0fbf7ebd7bdf40bab0 (patch)
tree8083dae3721b62218079df65be09f18aedd959f1
parent82e4117eef2d8d36ae0210b925fa6db0b5b68a5a (diff)
parentc69657fb3beb7db05002d2f5eeff47c1694ad794 (diff)
Merge branch 'wip-2010' of ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/homepage into wip-2010
-rw-r--r--index.html21
1 files changed, 12 insertions, 9 deletions
diff --git a/index.html b/index.html
index a49233b..19fcaec 100644
--- a/index.html
+++ b/index.html
@@ -303,6 +303,11 @@ Technology and Applications Symposium</cite>, pp. 342-353, April 2008.
303 <li> 303 <li>
304 Changed codebase from Linux 2.6.24 to Linux 2.6.32 304 Changed codebase from Linux 2.6.24 to Linux 2.6.32
305 </li> 305 </li>
306 <li>
307 Improved C-EDF plugin. C-EDF supports different cluster sizes (around L2 and L3 caches) and supports dynamic changes of cluster size (when no real-time
308tasks are present).
309 </li>
310 <li> Synchronization of plugin switching </li>
306 <li>Several bugfixes.</li> 311 <li>Several bugfixes.</li>
307 </div> 312 </div>
308 313
@@ -406,20 +411,13 @@ LITMUS_KERNEL: Where to find the LITMUS^RT kernel. ( /path/to/LITMUS_KERNEL )
406 default: ../litmus2010 411 default: ../litmus2010
407 actual: ../litmus2010 412 actual: ../litmus2010
408 413
409PYTHON_HEADERS: Where to find Python headers. ( /path/to/PYTHON_HEADERS )
410 default: /usr/include/python2.5
411 actual: /usr/include/python2.5
412
413ARCH: Target architecture. (x86_64|sparc64|x86|i686) 414ARCH: Target architecture. (x86_64|sparc64|x86|i686)
414 default: x86_64 415 default: x86_64
415 actual: x86_64 416 actual: x86_64
416 417
417WSS: Working set size for pm analysis
418 default: 3072
419 actual: 3072
420
421Use scons -H for help about command-line options. 418Use scons -H for help about command-line options.
422 </pre> 419
420 </pre>
423</p> 421</p>
424<p class="notopmargin"> 422<p class="notopmargin">
425 To summarize, the <span class="src"> liblitmus </span> can be obtained and 423 To summarize, the <span class="src"> liblitmus </span> can be obtained and
@@ -478,6 +476,11 @@ scons
478 You can use the tool <span class="src">showsched</span> (part of <span class="src">liblitmus</span>) to display 476 You can use the tool <span class="src">showsched</span> (part of <span class="src">liblitmus</span>) to display
479 the name of the currently active policy. 477 the name of the currently active policy.
480 </p> 478 </p>
479 <h4> Configuring improved Clustered-EDF(C-EDF)</h4>
480 <p>
481 Clustered-EDF scheduling plugin can create clusters based on sharing of L2 or L3 cache. The plugin reads the cache level parameter from the file <span class="src"> /proc/litmus/cluster_cache</span>. It maps processors sharing cache at the specified level in one cluster.
482 </li>
483 </p>
481 <h3>Changing the Active Policy</h3> 484 <h3>Changing the Active Policy</h3>
482 <p class="qa"> 485 <p class="qa">
483 You can use the tool <span class="src">setsched</span> (part of <span class="src">liblitmus</span>) 486 You can use the tool <span class="src">setsched</span> (part of <span class="src">liblitmus</span>)