From c48bd278b0adf914de5a934570bd16cfcb99dd55 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 23 Feb 2020 22:11:37 +0100 Subject: [PATCH] smpi needs python3 --- docs/source/Tutorial_MPI_Applications.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Tutorial_MPI_Applications.rst b/docs/source/Tutorial_MPI_Applications.rst index b88ddbc237..192d40df1c 100644 --- a/docs/source/Tutorial_MPI_Applications.rst +++ b/docs/source/Tutorial_MPI_Applications.rst @@ -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 `_ package. -- 2.20.1