[Assorted-commits] SF.net SVN: assorted: [558] numa-bench/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-02 16:56:14
|
Revision: 558 http://assorted.svn.sourceforge.net/assorted/?rev=558&view=rev Author: yangzhang Date: 2008-03-02 08:56:13 -0800 (Sun, 02 Mar 2008) Log Message: ----------- rearranged readme Modified Paths: -------------- numa-bench/trunk/README Modified: numa-bench/trunk/README =================================================================== --- numa-bench/trunk/README 2008-03-02 16:49:24 UTC (rev 557) +++ numa-bench/trunk/README 2008-03-02 16:56:13 UTC (rev 558) @@ -1,6 +1,3 @@ -% NUMA Benchmarks -% Yang Zhang - Overview -------- @@ -10,11 +7,15 @@ program performs a variety of operations on a large piece of memory to explore the performance behavior of memory intensive programs. +[Linux NUMA API]: http://www.novell.com/collateral/4621437/4621437.pdf + Results ------- Here are some [results]. +[results]: analysis.html + Requirements ------------ @@ -23,6 +24,11 @@ - [g++] 4.2 - [libstdc++] 4.2 +[C++ Commons]: http://assorted.sf.net/cpp-commons/ +[boost]: http://www.boost.org/ +[g++]: http://gcc.gnu.org/ +[libstdc++]: http://gcc.gnu.org/libstdc++/ + Building -------- @@ -41,14 +47,8 @@ `PlotHist` processes stdout concatenated from multiple runs of the program. This will produce the averaged time measurement histograms across cores per -experiment and across experiments varying the number of cores. system. +experiment and across experiments varying the number of cores. This tool depends on the [Scala Commons]. -[Linux NUMA API]: http://www.novell.com/collateral/4621437/4621437.pdf -[C++ Commons]: http://assorted.sf.net/cpp-commons/ [Scala Commons]: http://assorted.sf.net/scala-commons/ -[boost]: http://www.boost.org/ -[g++]: http://gcc.gnu.org/ -[libstdc++]: http://gcc.gnu.org/libstdc++/ -[results]: analysis.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |