From: alegrand Date: Mon, 5 Mar 2007 10:04:31 +0000 (+0000) Subject: Updating the FAQ X-Git-Tag: v3.3~2164 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4f2e30fad14098301c658ecbaaa2fc58f7b240e1?ds=sidebyside Updating the FAQ git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3195 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/FAQ.doc b/doc/FAQ.doc index 0fd24d44c5..faf4165020 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -762,10 +762,10 @@ PERIODICITY 1.0 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 @@ -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 -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? diff --git a/doc/Makefile.in b/doc/Makefile.in index d269c8e8f5..b406edc036 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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@ echo "" >$@ -@MAINTAINER_MODE_TRUE@ echo "


Grid Reality And Simulation.

" >>$@ +@MAINTAINER_MODE_TRUE@ mkdir -p html +@MAINTAINER_MODE_TRUE@ echo "" > $@ +@MAINTAINER_MODE_TRUE@ echo "


Grid Reality And Simulation.

" >> $@ @MAINTAINER_MODE_TRUE@html/amok.html: -@MAINTAINER_MODE_TRUE@ echo "" >$@ -@MAINTAINER_MODE_TRUE@ echo "


Advanced Metacomputing Overlay Kit.

" >>$@ +@MAINTAINER_MODE_TRUE@ echo "" > $@ +@MAINTAINER_MODE_TRUE@ echo "


Advanced Metacomputing Overlay Kit.

" >> $@ @MAINTAINER_MODE_TRUE@html/msg.html: -@MAINTAINER_MODE_TRUE@ echo "" >$@ -@MAINTAINER_MODE_TRUE@ echo "


Meta SimGrid.

" >>$@ +@MAINTAINER_MODE_TRUE@ echo "" >$ @ +@MAINTAINER_MODE_TRUE@ echo "


Meta SimGrid.

" >> $@ @MAINTAINER_MODE_TRUE@html/simdag.html: -@MAINTAINER_MODE_TRUE@ echo "" >$@ -@MAINTAINER_MODE_TRUE@ echo "


DAG Simulator.

" >>$@ +@MAINTAINER_MODE_TRUE@ echo "" > $@ +@MAINTAINER_MODE_TRUE@ echo "


DAG Simulator.

" >> $@ @MAINTAINER_MODE_TRUE@publish: @MAINTAINER_MODE_TRUE@ $(MAKE) -C .. sync-gforge