missed one!
[debian/atlc] / README.hardware-info
1 Unless atlc is configured with the --disable-hardware-info option 
2 (only do this if it fails to compile properly), a small benchmark at the end 
3 tries to gather information about the hardware. The following shows 
4 what information is obtained on each system. 
5
6 If anyone can add to the information gathered on a system, or add
7 information on a new system, please email me and discuss how to 
8 do this. Basically a C file in the tests subdirectory needs expanding
9 or adding (say try_foo.c), where the system tries to gather data on
10 system foo. 
11
12 Feature                                 Operating system
13
14                            AIX HP-UX IRIX Linux NetBSD OpenBSD Solaris Tru64
15 Harware provider            Y                                     Y      
16 Hardware platform                                                 Y      Y
17 Machine                     Y    Y          Y                     Y      Y
18 Sysname                     Y    Y          Y                     Y      Y
19 Release                     #1   Y          Y                     Y      Y
20 Nodename                    Y    Y          Y                     Y      Y
21 #CPUs supported                  Y                                Y      Y
22 #CPUs online                Y    Y                                Y      Y
23 CPU type                         #2         Y                     Y      Y
24 FPU type                         #3                               Y
25 Speed of CPU(s)                  Y                                Y      Y
26 RAM size (Mb)               Y    Y          #4                    Y      Y
27 L1 data cache size                                                    
28 L1 instruction cache size                                            
29 L2 cache size
30
31 Feature                                 Operating system
32
33                            UNICOS 
34 Harware provider            Y      
35 Hardware platform            
36 Machine                     Y  
37 Sysname                     
38 Release                  
39 Nodename               
40 #CPUs supported           
41 #CPUs online            
42 CPU type                    
43 FPU type                   
44 Speed of CPU(s)           
45 RAM size (Mb)          
46 L1 data cache size                                                    
47 L1 instruction cache size                                            
48 L2 cache size
49
50 Notes:
51
52 #1 On AIX, the release is reported as 2, not 5.2 as expected. 
53 #2 on HP-UX, the CPU is reported as  a number, which might not be that 
54 useful.
55 #3 on HP-UX, the FPU is reported as  a number, which might not be that 
56 useful.
57 #4 On a machine with 128 Mb of RAM, the ram is reported on Linux as
58 124 Mb, not 128 Mb as expected. 
59
60
61