Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Updating the FAQ
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 5 Mar 2007 10:04:31 +0000 (10:04 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 5 Mar 2007 10:04:31 +0000 (10:04 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3195 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/FAQ.doc
doc/Makefile.in

index 0fd24d4..faf4165 100644 (file)
@@ -762,10 +762,10 @@ PERIODICITY 1.0
 20.0 0.9
 \endverbatim
 
 20.0 0.9
 \endverbatim
 
-At time 0, our CPU will deliver 100 Mflop/s. At time 11.0, it will
-deliver only 50 Mflop/s until time 20.0 where it will will start
-delivering 90 Mflop/s. Last at time 21.0 (20.0 plus the periodicity
-1.0), we'll be back to the beginning and it will deliver 100Mflop/s.
+At time 0, our CPU will deliver 100 flop/s. At time 11.0, it will
+deliver only 50 flop/s until time 20.0 where it will will start
+delivering 90 flop/s. Last at time 21.0 (20.0 plus the periodicity
+1.0), we'll be back to the beginning and it will deliver 100 flop/s.
 
 Now let's look at the state file:
 \verbatim
 
 Now let's look at the state file:
 \verbatim
@@ -789,7 +789,7 @@ links. A usual declaration looks like:
 You have at your disposal the following options: bandwidth_file,
 latency_file and state_file. The only difference with CPUs is that
 bandwidth_file and latency_file do not express fraction of available
 You have at your disposal the following options: bandwidth_file,
 latency_file and state_file. The only difference with CPUs is that
 bandwidth_file and latency_file do not express fraction of available
-power but are expressed directly in Mb/s and seconds.
+power but are expressed directly in bytes per seconds and seconds.
 
 \subsection faq_flexml_bypassing How can I have some C functions do what the platform file does?
 
 
 \subsection faq_flexml_bypassing How can I have some C functions do what the platform file does?
 
index d269c8e..b406edc 100644 (file)
@@ -411,17 +411,18 @@ uninstall-am: uninstall-info-am uninstall-local
 @MAINTAINER_MODE_TRUE@ @top_srcdir@/tools/doxygen/doxygen_postprocesser.pl
 
 @MAINTAINER_MODE_TRUE@html/gras.html:
 @MAINTAINER_MODE_TRUE@ @top_srcdir@/tools/doxygen/doxygen_postprocesser.pl
 
 @MAINTAINER_MODE_TRUE@html/gras.html:
-@MAINTAINER_MODE_TRUE@ echo "<html><META HTTP-EQUIV='Refresh' content='0;URL=http://simgrid.gforge.inria.fr/doc/group__GRAS__API.html'>" >$@
-@MAINTAINER_MODE_TRUE@ echo "<center><h2><br><a href='http://simgrid.gforge.inria.fr/doc/group__GRAS__API.html'>Grid Reality And Simulation.</a></h2></center></html>" >>$@
+@MAINTAINER_MODE_TRUE@ mkdir -p html
+@MAINTAINER_MODE_TRUE@ echo "<html><META HTTP-EQUIV='Refresh' content='0;URL=http://simgrid.gforge.inria.fr/doc/group__GRAS__API.html'>" > $@
+@MAINTAINER_MODE_TRUE@ echo "<center><h2><br><a href='http://simgrid.gforge.inria.fr/doc/group__GRAS__API.html'>Grid Reality And Simulation.</a></h2></center></html>" >> $@
 @MAINTAINER_MODE_TRUE@html/amok.html:
 @MAINTAINER_MODE_TRUE@html/amok.html:
-@MAINTAINER_MODE_TRUE@ echo "<html><META HTTP-EQUIV='Refresh' content='0;URL=http://simgrid.gforge.inria.fr/doc/group__AMOK__API.html'>" >$@
-@MAINTAINER_MODE_TRUE@ echo "<center><h2><br><a href='http://simgrid.gforge.inria.fr/doc/group__AMOK__API.html'>Advanced Metacomputing Overlay Kit.</a></h2></center></html>" >>$@
+@MAINTAINER_MODE_TRUE@ echo "<html><META HTTP-EQUIV='Refresh' content='0;URL=http://simgrid.gforge.inria.fr/doc/group__AMOK__API.html'>" > $@
+@MAINTAINER_MODE_TRUE@ echo "<center><h2><br><a href='http://simgrid.gforge.inria.fr/doc/group__AMOK__API.html'>Advanced Metacomputing Overlay Kit.</a></h2></center></html>" >> $@
 @MAINTAINER_MODE_TRUE@html/msg.html:
 @MAINTAINER_MODE_TRUE@html/msg.html:
-@MAINTAINER_MODE_TRUE@ echo "<html><META HTTP-EQUIV='Refresh' content='0;URL=http://simgrid.gforge.inria.fr/doc/group__MSG__API.html'>" >$@
-@MAINTAINER_MODE_TRUE@ echo "<center><h2><br><a href='http://simgrid.gforge.inria.fr/doc/group__MSG__API.html'>Meta SimGrid.</a></h2></center></html>" >>$@
+@MAINTAINER_MODE_TRUE@ echo "<html><META HTTP-EQUIV='Refresh' content='0;URL=http://simgrid.gforge.inria.fr/doc/group__MSG__API.html'>" >$ @
+@MAINTAINER_MODE_TRUE@ echo "<center><h2><br><a href='http://simgrid.gforge.inria.fr/doc/group__MSG__API.html'>Meta SimGrid.</a></h2></center></html>" >> $@
 @MAINTAINER_MODE_TRUE@html/simdag.html:
 @MAINTAINER_MODE_TRUE@html/simdag.html:
-@MAINTAINER_MODE_TRUE@ echo "<html><META HTTP-EQUIV='Refresh' content='0;URL=http://simgrid.gforge.inria.fr/doc/group__SD__API.html'>" >$@
-@MAINTAINER_MODE_TRUE@ echo "<center><h2><br><a href='http://simgrid.gforge.inria.fr/doc/group__SD__API.html'>DAG Simulator.</a></h2></center></html>" >>$@
+@MAINTAINER_MODE_TRUE@ echo "<html><META HTTP-EQUIV='Refresh' content='0;URL=http://simgrid.gforge.inria.fr/doc/group__SD__API.html'>" > $@
+@MAINTAINER_MODE_TRUE@ echo "<center><h2><br><a href='http://simgrid.gforge.inria.fr/doc/group__SD__API.html'>DAG Simulator.</a></h2></center></html>" >> $@
 
 @MAINTAINER_MODE_TRUE@publish:
 @MAINTAINER_MODE_TRUE@ $(MAKE) -C .. sync-gforge
 
 @MAINTAINER_MODE_TRUE@publish:
 @MAINTAINER_MODE_TRUE@ $(MAKE) -C .. sync-gforge