sgzhang / byte-unixbench

Automatically exported from code.google.com/p/byte-unixbench
0 stars 0 forks source link

0 CPUs reported on Quad G5 running YellowDog Linux 6.2 #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and decompress
2. Comment out graphics test per instructions in README
3. execute make
4. execute Run

What is the expected output? What do you see instead?
Quad-core G5 has 4 CPUs, but 0 CPUs are reported. Please see additional info 
below.

What version of the product are you using? On what operating system?
v5.1.2 on YDL 6.2 (2.6.29-3.ydl61.4)

Please provide any additional information below.

Output snippet:
========================================================================
   BYTE UNIX Benchmarks (Version 5.1.2)

   System: sorrel: GNU/Linux
   OS: GNU/Linux -- 2.6.29-3.ydl61.4 -- #1 SMP Mon Sep 7 14:50:27 PDT 2009
   Machine: ppc64 (ppc64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   09:51:37 up 18:57,  2 users,  load average: 0.22, 0.70, 0.70; runlevel 3

------------------------------------------------------------------------
Benchmark Run: Tue Nov 09 2010 09:51:37 - 10:19:32
0 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables        5749777.3 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     1246.8 MWIPS (9.7 s, 7 samples)
Execl Throughput                               2021.4 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        190662.5 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           57739.1 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        474500.7 KBps  (30.0 s, 2 samples)
Pipe Throughput                              401805.7 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 120129.4 lps   (10.0 s, 7 samples)
Process Creation                               6058.6 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   3675.4 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1057.4 lpm   (60.0 s, 2 samples)
System Call Overhead                         567026.7 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0    5749777.3    492.7
Double-Precision Whetstone                       55.0       1246.8    226.7
Execl Throughput                                 43.0       2021.4    470.1
File Copy 1024 bufsize 2000 maxblocks          3960.0     190662.5    481.5
File Copy 256 bufsize 500 maxblocks            1655.0      57739.1    348.9
File Copy 4096 bufsize 8000 maxblocks          5800.0     474500.7    818.1
Pipe Throughput                               12440.0     401805.7    323.0
Pipe-based Context Switching                   4000.0     120129.4    300.3
Process Creation                                126.0       6058.6    480.8
Shell Scripts (1 concurrent)                     42.4       3675.4    866.8
Shell Scripts (8 concurrent)                      6.0       1057.4   1762.3
System Call Overhead                          15000.0     567026.7    378.0
                                                                   ========
System Benchmarks Index Score                                         490.6

Original issue reported on code.google.com by stiles.w...@gmail.com on 9 Nov 2010 at 3:37

GoogleCodeExporter commented 9 years ago
Could you provide some information on your system hardware? If you have lshw 
installed, try running lshw -C cpu and report the results of that. If not, try 
running dmidecode -t 4.

Original comment by kdlu...@gmail.com on 14 Jan 2011 at 6:10