Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add model Reno, NewReno and Tahoe with ns3
[simgrid.git] / website / index.php.in
1 <?php 
2 $domain="gforge.inria.fr";
3 $group_name="simgrid";
4 ?>
5 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7 <head>
8         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
9         <link rel="stylesheet" type="text/css" href="stylesheets/simgridsite.css" />
10         <link rel="stylesheet" type="text/css" href="stylesheets/simgridsitetabs.css" />
11         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
12         <title>SimGrid - Scalable simulation of distributed systems, ranging from grids to peer-to-peer systems</title>
13         <meta name="keywords" content="Scalable, simulation, distributed systems, grid, peer-to-peer" /> 
14
15 </head>
16
17 <body>
18 <div id="header" align="center">
19 <p>
20 <img src="logos/simgrid_logo.png"  alt="SimGrid - Scalable simulation of distributed systems, ranging from grids to peer-to-peer systems" />
21 </p>
22 <h2 class="header"><i class="subtitle">Scalable simulation of distributed systems</i></h2>
23 </div>
24 <p/>
25 <br/> 
26  <div id="navrow1" class="tabs" align="center">
27     <ul class="tablist">
28       <li><a href="index.php"><span>Home</span></a></li>
29                         <li><a href="https://gforge.inria.fr/frs/?group_id=12"><span>Download</span></a></li>
30
31       <li><a href="documentation.html"><span>Online documentation</span></a></li>
32       <li><a href="publis.html"><span>Publications</span></a></li>
33       <li><a href="people.html"><span>People</span></a></li>
34       <li><a href="history.html"><span>History</span></a></li>
35       <li><a href="contrib.html"><span>Contrib</span></a></li>
36       <li><a href="faq.html"><span>FAQ&#160;Page</span></a></li>
37
38       <li><a href="http://gforge.inria.fr/projects/simgrid"><span>SimGrid&#160;Forge</span></a></li>
39     </ul>
40   </div>
41 <table width="80%" cellpadding="5" cellspacing="0" border="0" align="center">
42
43 <tr><td width="75%" valign="top">
44 <h1>Welcome to the SimGrid project!</h1>
45 <h1>SimGrid in a nutshell:</h1>
46 <p>SimGrid is a toolkit that provides core functionalities for the simulation of distributed applications in heterogeneous distributed environments. The specific goal of the project is to facilitate research in the area of parallel and distributed large scale systems, such as Grids, P2P systems and clouds. Its use cases encompass heuristic evaluation, application prototyping or even real application development and tuning
47 </p>
48 <h2>What SimGrid can do for you ?</h2>
49 <ul>
50
51 <li>
52 <b>SimGrid as a Grid Simulator</b>: Accurate yet fast simulation models
53 </li>
54 <li>
55 <b>SimGrid as a P2P simulator</b>: Highly scalable simulations (we managed to simulate 2M hosts on a single machine (see <a href="http://hal.inria.fr/inria-00602216/">here for an example of it</a>)
56 </li>
57 <li>
58 <b>SimGrid as a MPI simulator</b>: SimGrid provides an API to simulate reallisticaly MPI simulation
59 </li>
60 <li><b>And so much more</b>: SimGrid comes with a whole ecosystem of applications, for example tools to visualize and analyse your simulation results and traces, platform generation ..., and with so fancy features to help you to handle your platform dynamicity simulation (quantitative resource sharing or qualitative churn)
61 </li>
62 </ul>
63 <h2>Main strengths</h2>
64 <ul>
65
66 <li><b>Scalable</b>: Fast, low memory footprint</li>
67 <li><b>Sound simulation models</b>: theoretically and experimentally assessed</li>
68 <li><b>Portable</b>: Unix/ Windows ; Numerous bindings (write your simulators in C, Lua or Java or Ruby)</li>
69 <li><b>User interfaces</b>: models and API to simulate many different distributed systems, ranging from grid to peer-to-peer</li>
70 </ul>
71
72
73 <h2>Tool dissemination</h2>
74 <ul>
75
76 <li>Grounded experiments of +50 scientific papers</li>
77 <li>+100 member of the simgrid-user mailing list</li>
78 <li>+5 associated tools provided by the community</li>
79 </ul>
80 <h2>Would you like to know more? </h2>
81 <ul>
82 <li>The <a href="documentation.php">documentation</a> contains docs for the latests version of the tool. Each documentation contains examples, description of the different modules of the projects, and many more</li>
83 <li>In case of trouble, try to ask the mailing list !</li>
84 <li>A tutorial is also available <a href="http://www.loria.fr/~quinson/articles/simgrid-tutorial.pdf ">here</a></li>
85 <li>Are you interested on the scientific ground of SimGrid ? Take a look at our <a href="publis.html">publications</a> !</li>
86 <li>Do you want to know the whole story of SimGrid, since when it all began ? <a href="history.html">Here is the tale of SimGrid</a></li>
87 <!--li>Is SimGrid is actually maintained ? So many other related projects have died due to a lack of resources or good scientific ground, but we're alive since more than 10 years.  Will SimGrid survive to next years ? Take a look at our <a href="IhaveToWriteIT.html">foundation section</a></li-->
88 </ul>
89
90 <h1></h1>
91 </td>
92 <td width="25%" valign="top">
93                 <table cellspacing="0" cellpadding="1" width="100%" border="0">
94                 <tr><td>
95                         <table cellspacing="0" cellpadding="2" width="100%" border="0" class="tablecontent">
96                                 <tr  align="center">
97                                         <td colspan="2"></td>
98                                 </tr>
99                                 <tr align="left">
100                                         <td colspan="2">
101 <?php if ($handle=fopen('http://'.$domain.'/export/projnews.php?group_name='.$group_name,'r')){
102 $contents = '';
103 while (!feof($handle)) {
104         $contents .= fread($handle, 8192);
105 }
106 fclose($handle);
107 $contents=str_replace('href="/','href="http://'.$domain.'/',$contents);
108 echo $contents; } ?>
109
110
111                                         </td>
112                                 </tr>
113                         </table>
114                 </td></tr>
115                 </table>
116 </td>
117 </tr>
118 </table>
119 <div id="footer" align="center">
120 <p>
121  Help: <a href="mailto:siteadmin-help@lists.gforge.inria.fr">siteadmin-help@lists.gforge.inria.fr</a> Webmaster: <a href="mailto:webmaster@gforge.inria.fr">webmaster@gforge.inria.fr</a>
122
123 </p>
124 <p>
125 <ul class="footerlogos">
126         <li><a href="http://www.inria.fr/"><img align="left" src="logos/logo_INRIA.png" alt="INRIA"/></a>       
127         </li>
128         <li><a href="http://gforge.org/"><img src="http://gforge.org/images/pow-gforge.png" alt="Powered By GForge Collaborative Development Environment" border="0"/></a>
129
130         </li>
131         <li><a href="http://creativecommons.org/licenses/LGPL/2.1/"><img alt="CC-GNU LGPL" border="0" src="http://creativecommons.org/images/public/cc-LGPL-a.png" /></a>
132
133         </li>
134 </ul>
135         
136 </p>
137 </div>
138 </body>
139 </html>