Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / ACE / html / Stats / configuration.shtml
blob1ba2cd994eda611b377b2dda2fc6054f115a2a76
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2                       "http://www.w3.org/TR/html4/loose.dtd">
3 <HTML>
4   <HEAD>
5     <TITLE>Configuration</TITLE>
6     <LINK href="Stats.css" rel="stylesheet" type="text/css">
7   </HEAD>
9   <BODY>
11     <!--#include file="navigation.html"-->
13     <P>All the experiments run the system described below.
14       The machine is running Linux
15       (<!--#include file="data/linuxversion.txt"-->),
16       and we use GCC (<!--#include file="data/gccversion.txt"-->),
17       to compile ACE+TAO+CIAO+DAnCE, with static libraries
18       and optimizations enabled.
19     </P>
21     <TABLE border="2">
22 <!--      <THEAD>
23         <TR><TH>Name</TH><TH>Obtained Using</TH></TR>
24         <TR><TH colspan="2">Details</TH></TR>
25       </THEAD>
26 -->
27       <TBODY>
28         <TR><TD>ACE+TAO+CIAO+DAnCE Configuration</TD><TD>config.h</TD></TR>
29         <TR><TD colspan="2">
30 <PRE>
31 <!--#include file="data/config.h.txt"-->
32 </PRE>
33           </TD>
34         </TR>
35         <TR><TD>ACE+TAO+CIAO+DAnCE Configuration</TD><TD>platform_macros.GNU</TD></TR>
36         <TR><TD colspan="2">
37 <PRE>
38 <!--#include file="data/platform_macros.GNU.txt"-->
39 </PRE>
40           </TD>
41         </TR>
42         </TR>
43         <TR><TD>ACE+TAO+CIAO+DAnCE Configuration</TD><TD>default.features</TD></TR>
44         <TR><TD colspan="2">
45 <PRE>
46 <!--#include file="data/default.features.txt"-->
47 </PRE>
48           </TD>
49         </TR>
50         <TR><TD>CPU Information</TD><TD>/proc/cpuinfo</TD></TR>
51         <TR><TD colspan="2">
52 <PRE>
53 <!--#include file="data/cpuinfo.txt"-->
54 </PRE>
55           </TD>
56         </TR>
57         <TR><TD>Available Memory</TD><TD>/proc/meminfo</TD></TR>
58         <TR><TD colspan="2">
59 <PRE>
60 <!--#include file="data/meminfo.txt"-->
61 </PRE>
62           </TD>
63         </TR>
64         <TR><TD>OS Version</TD><TD>uname -a</TD></TR>
65         <TR><TD colspan="2">
66 <PRE>
67 <!--#include file="data/uname.txt"-->
68 </PRE>
69           </TD>
70         </TR>
71         <TR><TD>Compiler Version</TD><TD>gcc -v</TD></TR>
72         <TR><TD colspan="2">
73 <PRE>
74 <!--#include file="data/gcc.txt"-->
75 </PRE>
76           </TD>
77         </TR>
78         <TR><TD>Library Version</TD><TD>/lib/libc.so.6</TD></TR>
79         <TR><TD colspan="2">
80 <PRE>
81 <!--#include file="data/libc.txt"-->
82 </PRE>
83           </TD>
84         </TR>
85       </TBODY>
86     </TABLE>
88 <!--#include file="footer.html"-->
90   </BODY>
91 </HTML>