\n"; while (($file = readdir($dh)) !== false) { if (is_dir($file) && preg_match("/^[0-9]/", $file)){ $arrayDoc[] = $file; } } closedir($dh); } } else { echo "No version now.\n"; } // Warning : won't work with version numbers upper than 9 ! sort($arrayDoc, SORT_STRING); for($i=sizeof($arrayDoc);$i>=0;$i--) { if ($arrayDoc[$i] != "") {echo "
  • Simgrid version " . $arrayDoc[$i] . ".
  • ";} } echo ""; } ?> SimGrid - Online documentation


    The documentation for SimGrid is maintained for the latest versions. It contains informations on how to use SimGrid, some tutorial, and its inner component. Here is the list of available documentation version: