Skip to content

Commit

Permalink
Correction de l’indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ofisette committed Feb 24, 2025
1 parent 576a412 commit 5086c18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/fr/task-types/parallel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -341,15 +341,15 @@ Exercice
**Instructions**

#. Allez dans le répertoire de l’exercice avec ``cd
~/cq-formation-cip201-main/lab/pi-mpi``.
~/cq-formation-cip201-main/lab/pi-mpi``.
#. Compilez le programme ``pi`` avec la commande ``make``.
#. Démarrez une tâche interactive avec ``salloc [...] --time=00:10:00``.
Remplacez ``[...]`` par les options de parallélisme nécessaires pour une
tâche MPI et demandez 2 cœurs CPU.
#. Exécutez le programme en arrière-plan avec ``srun ./pi 10000000000 &``
(10 milliards de points, soit un suivi de 10 zéros).
#. Pendant que ``pi`` s’exécute, observez sa consommation CPU avec ``top
-u $USER`` et ``top -u $USER -H``.
#. Exécutez le programme en arrière-plan avec ``srun ./pi 10000000000 &`` (10
milliards de points, soit un suivi de 10 zéros).
#. Pendant que ``pi`` s’exécute, observez sa consommation CPU avec ``top -u
$USER`` et ``top -u $USER -H``.

.. note::

Expand Down

0 comments on commit 5086c18

Please sign in to comment.