From: Laurent Bobelin Date: Thu, 24 May 2012 10:33:30 +0000 (+0200) Subject: Modified base files in order to not refer anymore to the FAQ as the main doc source. X-Git-Tag: v3_8~679 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/206eb3dfac9b8c33fadacb23334775274d0fb75f?hp=c6a4616241674154bdafca5a49c48091a3185a3a Modified base files in order to not refer anymore to the FAQ as the main doc source. --- diff --git a/AUTHORS b/AUTHORS index 05e870a33d..3d478efcc0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,7 +1,19 @@ -The main contributors of SimGrid are: +SimGrid team is composed of a core team and a bunch of crew members. -Martin Quinson (Martin.Quinson::loria.fr) -Arnaud Legrand (Arnaud.Legrand::imag.fr) -Please refer to the people.html web page (also included in this -archive) for more information. \ No newline at end of file +Simgrid Core Team +_________________ + +SimGrid is a joint project between University of Hawaii at Manoa, LIG Laboratory (INRIA MEScal project, Grenoble, France) and University of Nancy (INRIA Algorille project, Nancy, France). The authors of SimGrid are: + +Henri Casanova (Information and Computer Sciences Department, University of Hawai`i at Manoa) +Arnaud Legrand (CNRS, LIG Laboratory (Grenoble, France), INRIA MEScal project) +Martin Quinson (University of Nancy I (Nancy, France), LORIA Laboratory, INRIA Algorille project) +Fred Suter (CNRS, IN2P3 Computing Center) + + + +Project Crew Members +____________________ + +Check out our website http://simgrid.gforge.inria.fr/ to see who's doing what in simgrid! diff --git a/INSTALL b/INSTALL index f4d75bcd55..fcfa0454bf 100644 --- a/INSTALL +++ b/INSTALL @@ -2,9 +2,7 @@ * Installation information specific to SimGrid * ************************************************ -The main source of information to compile SimGrid is the project FAQ. -It is available online from http://simgrid.gforge.inria.fr/doc/faq.html or -in the doc/ directory of this archive. +The main source of information on how to compile SimGrid is the project documentation available in doc/install.html or online on our website http://simgrid.gforge.inria.fr/ . This INSTALL file contains mainly generic information on how to compile SimGrid or any project using cmake. Quick way to compile ==================== @@ -57,4 +55,4 @@ If you want to compile the GTNetS backend, you have to have a patched version of GTNetS installed. The patch lives in the contrib section of the SVN. -Again, you should check the FAQ for more information. \ No newline at end of file + diff --git a/README b/README index 08fd997c5a..b38b2cba6b 100644 --- a/README +++ b/README @@ -1,21 +1,13 @@ -This is the SimGrid project. -This file is a bit outdated, sorry. -There is at least 5 sub-projects in the tree: +Welcome to the SimGrid project! - - XBT: eXtended Bundle of Tools (low-level toolbox: logging, datatypes). - - SURF: a SimUlation aRtiFact. This is the simulation kernel. - - MSG: originally MetaSimGrid, MSG is a simple distributed application - simulator. - - GRAS: Grid Reality And Simulation (message passing API with two - implementations allowing to compile programs on top of the - simulator or for the real life without code modification) - - AMOK: Advanced Metacomputing Overlay Kit (high level toolbox; Grid - application elements such as distributed database, topology - discovery service, and so on) +Up-to-date documentation about installation and how to use SimGrid is available online at http://simgrid.gforge.inria.fr/ and the documentation for the version you downloaded is available in the doc/ directory. Check doc/index.html for more information. -More informations are available in the doc/ directory. +In case of trouble, you can additionnally try to have a look to our user mailing-list ( http://lists.gforge.inria.fr/mailman/listinfo/simgrid-user ) or post us a mail. -In particular, don't forget to read the FAQ in there. It probably contains -the answer to your question ;) +Thanks to have downloaded our software, + +Cheers, + +Da SimGrid Team.