Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6b5df7a4 authored by Romain Olivo's avatar Romain Olivo
Browse files

doc

parent 1c301a7f
No related branches found
No related tags found
No related merge requests found
Pipeline #88504 passed
......@@ -13,7 +13,7 @@ Prerequisites
First of all, you have to reserve some nodes on Grid'5000, deploy a system on the nodes and then use the distem bootstrap.
.. code-block: bash
.. code-block:: bash
$ oarsub -t deploy -l "slash_22=1+nodes=2, walltime=02:00:00" -I"
$ kadeploy3 -f $OAR_NODE_FILE -e debian9-x64-nfs -k
......@@ -33,7 +33,7 @@ Initialisation
To process to any experiments, you need to initialize nodes as the folowing code.
.. literalinclude:: scp_vsync/initialisation.py
.. literalinclude:: tutorials/scp_vsync/initialisation.py
:language: python
:linenos:
......@@ -43,7 +43,7 @@ Experiment
The experiment can be launched from the coordinator node as root.
Below, the python code of the experiment.
.. literalinclude:: scp_vsync/experience.py
.. literalinclude:: tutorials/scp_vsync/experience.py
:language: python
:lineos:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment