X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/21668ddb215e62e653854df55ffcd83ce50dea58..2e65689673b8bb15e19e8257f3be74283eed061d:/doc/doxygen/inside_autotests.doc diff --git a/doc/doxygen/inside_autotests.doc b/doc/doxygen/inside_autotests.doc index b156c64f97..0d5a7c1205 100644 --- a/doc/doxygen/inside_autotests.doc +++ b/doc/doxygen/inside_autotests.doc @@ -149,7 +149,7 @@ $ make pipol_test_list_images \section inside_autotests_dev_guide_pipol_nightly How to use nightly builds? All the pipol scripts are located in \"/buildtools/pipol/\". -If you modifie them you have to update the pipol home directory by using this command: make sync-pipl. +If you modify them you have to update the pipol home directory by using this command: make sync-pipol. It will copy those files: \verbatim @@ -193,7 +193,12 @@ $ ctest -D ExperimentalCoverage $ ctest -D ExperimentalSubmit \endverbatim -\section inside_autotests_dev_guide_g5k How to run simgrid scalability xps? +\section inside_autotests_perf Infrastructure of the SimGrid Performance Regresion tests + +The goal of these tests is to detect the impact on simulation +performance of the commited changes. It is not quite effective right +now but at the end, it should be similar to +Phoromatic. \subsection inside_autotests_dev_guide_g5k_campaign How to execute g5k campaign? @@ -217,7 +222,15 @@ $ chmod 0600 ~/.restfully/api.grid5000.fr.yml \li 5/ Git clone the SimGrid Scalability project \verbatim -$ git clone git://scm.gforge.inria.fr/simgrid/simgrid-scalability-XPs.git +$ git clone git@github.com:mquinson/simgrid-scalability-XPs.git +\endverbatim +An alternative URL is +git://scm.gforge.inria.fr/simgrid/simgrid-scalability-XPs.git, but the +repository on github is believed to be more uptodate. You may want to +double-check by pulling both: +\verbatim +$ git remote add g5k git://scm.gforge.inria.fr/simgrid/simgrid-scalability-XPs.git +$ git pull g5k master \endverbatim \li 6/ Copy the run script into your home