Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add an example of generated pdf from simgrid scalability
[simgrid.git] / doc / dev_guide / doxygen / xps.doc
index 12fc0fe..46061d2 100644 (file)
@@ -146,6 +146,23 @@ You can also see all available images from pipol
 $ make pipol_test_list_images
 \endverbatim
 
+\section xps_dev_guide_pipol_nightly How to use nightly builds?
+
+All the pipol scripts are located in \"<project/directory>/buildtools/pipol/\".
+If you modifie them you have to update the pipol home directory by using this command: make sync-pipl.
+
+It will copy those files:
+\verbatim
+simgrid@caraja:~/workspace/simgrid/build$ make sync-pipol 
+Update pipol script for user: simgrid
+rc.debian                                       100% 1338     1.3KB/s   00:00    
+rc.fedora                                       100% 1433     1.4KB/s   00:00    
+rc.mac                                          100% 1129     1.1KB/s   00:00    
+rc.ubuntu                                       100% 1875     1.8KB/s   00:00    
+rc.windows                                      100%  494     0.5KB/s   00:00    
+Nightly_simgrid.sh                              100% 4004     3.9KB/s   00:00    
+Experimental_bindings.sh                        100% 1794     1.8KB/s   00:00
+\endverbatim 
 
 \section xps_dev_guide_cdash How to report tests in cdash?
 
@@ -180,7 +197,7 @@ $ ctest -D ExperimentalSubmit
 
 \subsection xps_dev_guide_g5k_campaign How to execute g5k campaign?
 
-Quick steps deployment:
+Quick steps deployment for rennes:
 
 \li 1/ Create a G5K account
 
@@ -231,7 +248,7 @@ $  perl SGXP.pl --help
 
 \li 8/ Execute SGXP.pl with your parameters like
 \verbatim
-$  ./SGXP.pl --site=nancy --cluster=graphene,griffon --test=chord,goal --rev="09bbc8de,3ca7b9a13"
+$  ./SGXP.pl --site=nancy --cluster=graphene --test=chord,goal --rev="09bbc8de,3ca7b9a13"
 \endverbatim
 
 \subsection xps_dev_guide_g5k_log How to analyze logs?
@@ -249,7 +266,9 @@ $  ~/simgrid-scalability-XPs/libperl/analyzer.pl goal.log.* > goal.csv
 
 \li 3/ Execute the R analyer for goal log
 \verbatim
-$  ~/simgrid-scalability-XPs/script-R/chord.R goal.csv output.chord.pdf
+$  ~/simgrid-scalability-XPs/script-R/goal.R goal.csv output.goal.pdf
 \endverbatim
 
+Example of generated pdf <a href="./output.goal.pdf">here</a>.
+
 */