[minix3]nbench has been successfully ported to minix3.1.4

2 views
Skip to first unread message

Weifu Zhang

unread,
Apr 12, 2009, 10:02:33 PM4/12/09
to min...@googlegroups.com
Hello,
 
I  have ported nbench-byte-2.2.3 to MINIX3.1.4. Here is the packman package:
 
Regards

wei...@gmail.com

unread,
Apr 12, 2009, 10:09:05 PM4/12/09
to minix3
sorry, the package' name is nbench-byte-2.2.3.tar.bz2.

On 4月13日, 上午10时02分, Weifu Zhang <weif...@gmail.com> wrote:
> Hello,
>
> I have ported nbench-byte-2.2.3 to MINIX3.1.4. Here is the packman package:http://blogimg.chinaunix.net/blog/upfile2/090413085458.bz2
> port document:http://weiffun.blogspot.com/2009/04/port-nbench-byte-223-to-minix314....
>
> Regards

micklongen

unread,
Apr 13, 2009, 12:19:56 AM4/13/09
to minix3
hi
You can register a account on http://www.minix3.ucsc.edu/wikis/minix3/
and upload you package here. chinaunix don't support tar.bz2 package.

Prashant Vaibhav

unread,
Apr 13, 2009, 12:25:11 AM4/13/09
to minix3
One question: Since nbench is a cpu benchmark, shouldn't you have used
-O0 (no optimization) instead? Using -O2 could potentially skew
results as it would optimize the code which can work better on a
particular (class of) processor, but not much better on other
processors. Just a thought. Every benchmark I've ran before, I've
compiled with -O0 to avoid any skewing.



On Apr 13, 7:02 am, Weifu Zhang <weif...@gmail.com> wrote:
> Hello,
>
> I  have ported nbench-byte-2.2.3 to MINIX3.1.4. Here is the packman package:http://blogimg.chinaunix.net/blog/upfile2/090413085458.bz2
> port document:http://weiffun.blogspot.com/2009/04/port-nbench-byte-223-to-minix314....
>
> Regards

Weifu Zhang

unread,
Apr 13, 2009, 5:14:50 AM4/13/09
to min...@googlegroups.com
Hi,

It’s a real question once confusing me. Benchmark programs are built as a representing of currently famous programs to evaluate performances, and it should be compiled the way users compile programs. Using –O0 may fair for all kinds of CPUs on which benchmarks are running, but in realistic lots of programs are compiled with –O2 or –O3. Meanwhile, I find that nbench’s default Makefile either using –O3 or –O2. So I used –O2, but there is a compromise choice, we can provide two ways “base’ and “peak” to compile nbench like SPECCPU benchmark does.
 
2009/4/13, Prashant Vaibhav <prashant...@gmail.com>:
Reply all
Reply to author
Forward
0 new messages