Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smpi needs python3
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 23 Feb 2020 21:11:37 +0000 (22:11 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 25 Feb 2020 10:03:36 +0000 (11:03 +0100)
docs/source/Tutorial_MPI_Applications.rst

index b88ddbc..192d40d 100644 (file)
@@ -310,7 +310,7 @@ Debian and Ubuntu for example, you can get them as follows:
 
 .. code-block:: shell
 
-   sudo apt install simgrid pajeng make gcc g++ gfortran vite
+   sudo apt install simgrid pajeng make gcc g++ gfortran python3 vite
 
 For R analysis of the produced traces, you may want to install R,
 and the `pajengr <https://github.com/schnorr/pajengr#installation/>`_ package.