Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More dev doc
[simgrid.git] / doc / dev_guide / doxygen / xps.doc
1 /*! 
2 \page xps SimGrid Developer Guide - XPs
3
4 \section xps_dev_guide_pipol How to run test in pipol?
5
6 In order to use PIPOL you have to create your account here: http://pipol.inria.fr/
7
8 \subsection xps_dev_guide_pipol_general What is PIPOL?
9
10 The PIPOL platform is a porting, testing and compilation cluster. It hosts several hardware and software
11 architectures to perform its work. An user can reserve a resource (a specific hardware, an operating system...)
12 to be used interactively or automatically (with a "Nightly Builds" system) for software testing.
13
14 \subsection xps_dev_guide_pipol_frontend From PIPOL frontend
15
16 You first need to be connected into pipol ssh.
17 \verbatim
18 user@caraja:~$ ssh pipol.inria.fr
19 Linux pipol-server 2.6.26-2-amd64 #1 SMP Thu Nov 5 02:23:12 UTC 2009 x86_64
20 ***************************************************************************
21 *           You are just logged-on the PIPOL platform server              *
22 *   You can find some documentation about porting works on the platform   *
23 *         on the PIPOL's web site: http://pipol.inria.fr/docs/            *
24 *   To report bugs you can write to: pipol-sysadm@lists.gforge.inria.fr   *
25 ***************************************************************************
26
27
28 user@pipol:~$
29 \endverbatim
30 Then you can see pipol images availables for deployment
31
32 \subsection xps_dev_guide_pipol_home From a computer
33
34 \section xps_dev_guide_cdash How to report tests in cdash?
35
36 \section xps_dev_guide_g5k How to run simgrid scalability xps?
37
38 */